Skip to content

Instantly share code, notes, and snippets.

@Manntrix
Last active April 7, 2022 04:17
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 Manntrix/a2ba45f3262d8095aa4ecc88ccc6b13b to your computer and use it in GitHub Desktop.
Save Manntrix/a2ba45f3262d8095aa4ecc88ccc6b13b to your computer and use it in GitHub Desktop.
<div className="login">
<div className="form">
<form noValidate>
<span>Login</span>
<input
type="email"
name="email"
placeholder="Enter email id / username"
className="form-control inp_text"
id="email"
/>
<input
type="password"
name="password"
placeholder="Enter password"
className="form-control"
/>
<button type="submit">Login</button>
</form>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment