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.

44 lines
1.4 KiB

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