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.

49 lines
1.6 KiB

  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>Yokoka’s Quest Fan Character Profile Generator</title>
  5. </head>
  6. <body>
  7. <h1>Yokoka’s Quest-style Profile generator</h1>
  8. <h1>THIS IS WORK IN PROGRESS, THIS IS NON FUNCTIONAL, PLEASE DO NOT USE YET</h1>
  9. <pre>
  10. <%=data%>
  11. </pre>
  12. <form method="POST" action="/cgi/yqtemplate" enctype="multipart/form-data">
  13. <label for="name">Name</label>
  14. <input type="test" name="name" value="name" /><br />
  15. <label for="avatar">Portrait</label>
  16. <input type="file" name="avatar" value="avatar" /><br />
  17. <label for="isLeader">Party Leader</label>
  18. <input type="checkbox" name="isLeader" value="isLeader" /><br />
  19. <label for="class1">Class</label>
  20. <select name="class1" id="class1">
  21. <option value="1">Beast</option>
  22. <option value="2">Swordsman</option>
  23. <option value="3">Spirit Bird</option>
  24. <option value="4">Twin Blades</option>
  25. <option value="5">Healer</option>
  26. <option value="6">Summoner</option>
  27. <option value="7">Tamer</option>
  28. <option value="8">Pugilist</option>
  29. <option value="9">Mounted Fighter</option>
  30. <option value="10">Fruit Animal</option>
  31. <option value="11">Spellcaster</option>
  32. </select><br/>
  33. <input type="submit" value="Generate">
  34. </form>
  35. <hr />
  36. <p>
  37. Based on the character profiles in the webcomic
  38. <a href=https://yokokasquest.com>Yokoka’s Quest</a>
  39. by Chris Hyacinth R.
  40. </p>
  41. <p>
  42. Assets shared by the author on the
  43. <a href="https://forums.cisumchronicles.com/" >webcomic’s forums</a>
  44. .
  45. </p>
  46. </body>
  47. </html>