Created
July 23, 2021 07:58
-
-
Save ThaddeusJiang/31b6f130e75964996bb6a58a3a188ed7 to your computer and use it in GitHub Desktop.
ZipcodeJP Example
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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