Skip to content

Instantly share code, notes, and snippets.

@hustKiwi
Last active September 6, 2019 22:51
Show Gist options
  • Save hustKiwi/82dbb0a5516af39f0b15fce3fd9498ce to your computer and use it in GitHub Desktop.
Save hustKiwi/82dbb0a5516af39f0b15fce3fd9498ce to your computer and use it in GitHub Desktop.
Untitled
<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>
// alert('Hello world!');
{"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