Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <link type="text/css" rel="stylesheet" href="main.css"/>
- <link <a href="signup.html"></a>
- <link <a href="mainpage.html"></a>
- <link <a href="reminder.html"></a>
- <link <a href="login.html"></a>
- <title> My site</title>
- <script>
- function confirmInput() {
- login= document.forms.[0].login.value;
- }
- </script>
- </head>
- <body>
- <div id="header" >
- <h1> WELCOME! </h1>
- <form onsubmit="confirmInput()" action="signup.html">
- <input type="submit" value="SIGN UP!">
- </form>
- </div>
- <br>
- <br>
- <br>
- <br>
- <br>
- <br>
- <br>
- <div style="text-align:center">
- <form onsubmit="confirmInput()" action="mainpage.html">
- USERNAME:<input type="text" name="USERNAME"><br>
- PASSWORD:<input type="password" name="PASSWORD"><br>
- <input type="submit" value="ENTER">
- <a href="reminder.html">FORGOT PASSWORD?</a>
- </form>
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment