You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
<!DOCTYPE html> <html> <head> <title>Yokoka’s Quest Fan Character Profile Generator</title> </head> <body> <h1>Yokoka’s Quest-style Profile generator</h1> <h1>THIS IS WORK IN PROGRESS, THIS IS NON FUNCTIONAL, PLEASE DO NOT USE YET</h1> <pre> <%=data%> </pre> <form method="POST" action="/cgi/yqtemplate" enctype="multipart/form-data"> <label for="name">Name</label> <input type="test" name="name" value="name" /><br /> <label for="avatar">Portrait</label> <input type="file" name="avatar" value="avatar" /><br /> <label for="isLeader">Party Leader</label> <input type="checkbox" name="isLeader" value="isLeader" /><br /> <label for="class1">Class</label> <select name="class1" id="class1"> <option value="1">Beast</option> <option value="2">Swordsman</option> <option value="3">Spirit Bird</option> <option value="4">Twin Blades</option> <option value="5">Healer</option> <option value="6">Summoner</option> <option value="7">Tamer</option> <option value="8">Pugilist</option> <option value="9">Mounted Fighter</option> <option value="10">Fruit Animal</option> <option value="11">Spellcaster</option> </select><br/> <input type="submit" value="Generate"> </form> <hr /> <p> Based on the character profiles in the webcomic <a href=https://yokokasquest.com>Yokoka’s Quest</a> by Chris Hyacinth R. </p> <p> Assets shared by the author on the <a href="https://forums.cisumchronicles.com/" >webcomic’s forums</a> . </p> </body> </html>
|