Skip to content

Instantly share code, notes, and snippets.

@ThaddeusJiang
Created July 23, 2021 07:58
Show Gist options
  • Save ThaddeusJiang/31b6f130e75964996bb6a58a3a188ed7 to your computer and use it in GitHub Desktop.
Save ThaddeusJiang/31b6f130e75964996bb6a58a3a188ed7 to your computer and use it in GitHub Desktop.
ZipcodeJP Example
<form action="/api/find" method="get">
<label>
<p>Zip-code:</p>
<input type="text" name="q" value="" placeholder="000-0000">
</label>
<p>
<button type="submit">Search</button>
</p>
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment