Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <meta charset="UTF-8" />
- <title>Sign Up</title>
- </head>
- <body>
- <form action="swipe.html" method="POST">
- <div>
- <label for="email">Email</label>
- <input type="text" name="Email" placeholder="Email"/>
- <span></span>
- </div>
- <button id="login">
- Log in
- </button>
- </form>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment