Guest User

HTML code

a guest
Aug 3rd, 2017
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 1.57 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3.   <head>
  4.     <title>home</title>
  5.     <link href="https://fonts.googleapis.com/css?family=Bellefair" rel="stylesheet">
  6.     <link rel = "stylesheet" type = "text/css" href="/static/css/style.css"!important>
  7.     <link rel="stylesheet" href="https://unpkg.com/purecss@1.0.0/build/pure-min.css" integrity="sha384-nn4HPE8lTHyVtfCBi5yW9d20FjT8BJwUXyWZT9InLYax14RDjBj46LmSztkmNP9w" crossorigin="anonymous">
  8.  
  9.   </head>
  10.  
  11.   <body>
  12.     <div class="topcontainer">
  13.       <div class="topleft">
  14.         <img id="icon" src="/static/img/whiteCloud.png">
  15.       </div>
  16.       <div class="topright">
  17.         <ul>
  18.             <li>about</li>
  19.             <li>join the movement</li>
  20.             <li>contact us</li>
  21.         </ul>
  22.       </div>
  23.     </div>
  24.     <div class="midcontainer">
  25.       <video autoplay loop>
  26.         <source src="/static/img/clouds.mp4" type="video/mp4">
  27.       </video>
  28.       <div class="transbox">
  29.         <div class="form">
  30.           <form action="/" method="POST" class="pure-form pure-form-stacked">
  31.                 <input id="email" name="email" type="email" placeholder="email">
  32.                 <input id="password" name="password" type="password" placeholder="password">
  33.                 </label>
  34.                 <button type="submit" id="firstbutton" class="buttons"><span>login</span></button>
  35.                 <a href="http://fennellj.pythonanywhere.com/signup">
  36.                     <button class="buttons"><span>or sign up here!</span></button>
  37.                 </a>
  38.           </form>
  39.         </div>
  40.       </div>
  41.     </div>
  42.   </body>
  43. </html>
Add Comment
Please, Sign In to add comment