Advertisement
Guest User

Untitled

a guest
Dec 8th, 2019
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 2.10 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4.     <meta charset="UTF-8">
  5.     <meta name="viewport" content="width=device-width, initial-scale=1.0">
  6.     <link rel="stylesheet",type = "text/css", href = "../static/stylesheets/login-signup.css">
  7.     <link href="https://fonts.googleapis.com/css?family=Questrial&display=swap" rel="stylesheet">
  8.     <meta http-equiv="X-UA-Compatible" content="ie=edge">
  9.     <title>Document</title>
  10. </head>
  11. <body>
  12.         <header>
  13.                 <div class ="pageHeading">
  14.                 <h2>KAMIKAZE'S SHOP</h2>
  15.             </div>
  16.             <div class="navBar">
  17.                     <a class="active">
  18.                         <a href= "/">About Kamikaze</a>
  19.                         <a href="guestbook">Guestbook</a>
  20.                         <a href="login">Login</a>
  21.                         <a href = "signup">Sign Up</a>
  22.                         <a href="reviews">Reviews</a>
  23.  
  24.                     </a>
  25.                   </div>
  26.                         </header>
  27.     <content>
  28.             <div class="cont">
  29.               <form method = "POST" action = "">
  30.                     <div class="form sign-in" method="POST" action= "">
  31.                       <h2>Sign In Here.</h2>
  32.                       <label>
  33.                         <span>Username</span>
  34.                         <input type="text" name= "username" />
  35.                       </label>
  36.                       <label>
  37.                         <span>Password</span>
  38.                         <input type="pass" name ="password" />
  39.                       </label>
  40.                       <button type="submit" class="submit">Sign In</button>
  41.                     </div>
  42.                     <div class="sub-cont">
  43.                       <div class="img">
  44.                         <div class="img__text m--up">
  45.                           <h3>HELLO THERE!</h3>
  46.                         </div>
  47.                        
  48.                       </div>
  49.                       </form>
  50.                     </div>
  51.                   </div>
  52.                   </
  53.            
  54.            
  55.            </content>
  56.            
  57. </body>
  58. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement