Last active
September 6, 2019 22:51
-
-
Save hustKiwi/82dbb0a5516af39f0b15fce3fd9498ce to your computer and use it in GitHub Desktop.
Untitled
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="/login" method="POST"> | |
<label for="login-field"> | |
Username or email address | |
</label> | |
<input id="login-field" type="text" name="login" /> | |
<label for="password"> | |
Password | |
</label> | |
<input id="password" type="password" name="password" /> | |
<input type="submit" value="Sign in" /> | |
</form> |
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
// alert('Hello world!'); |
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
{"view":"split-vertical","fontsize":"100","seethrough":"","prefixfree":"1","page":"html"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment