Skip to content

Instantly share code, notes, and snippets.

@cipepser
Created September 3, 2017 14:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cipepser/3d7903a98687bfcf6e5ce9f49be189a3 to your computer and use it in GitHub Desktop.
Save cipepser/3d7903a98687bfcf6e5ce9f49be189a3 to your computer and use it in GitHub Desktop.
<html>
<form action="/result" method="POST">
<p>アーティスト名</p>
<input type="text" name="name" />
<br>
<p>アーティストの別名</p>
<input type="text" name="aliasName">
<br>
<p>タグ(スペースで複数入力可)</p>
<input type="text" name="tags">
<br>
<br>
<input type="submit" />
</form>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment