Skip to content

Instantly share code, notes, and snippets.

@Peterimie
Created July 22, 2022 13:16
Show Gist options
  • Save Peterimie/6ea3571501cef23f458d2724f45e8c3d to your computer and use it in GitHub Desktop.
Save Peterimie/6ea3571501cef23f458d2724f45e8c3d to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<title>The Login Page</title>
</head>
<body style="margin: 0;">
<form>
<h2>My Login Page</h2>
<input type="text" placeholder="Enter Username">
<input type="password" placeholder="Enter Password">
</form>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment