Advertisement
Guest User

index.html

a guest
Feb 28th, 2016
262
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.53 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en-us">
  3.   <head>
  4.     <meta charset="utf-8">
  5.     <title>Whatever you want to show in the tab</title>
  6.     <link rel="stylesheet" href="styles.css">
  7.     <link href='https://fonts.googleapis.com/css?family=Open+Sans:400,800' rel='stylesheet' type='text/css'>
  8.   </head>
  9.   <body>
  10.     <section id="mainSection">
  11.       <h1>WEBSITE</h1>
  12.       <h3>SUBTITLE</h3>
  13.       <p>[insert samuel l jackson quote]</p>
  14.     </section>
  15.     <footer>
  16.       <p>domo arigato mister roboto</p>
  17.     </footer>
  18.   </body>
  19. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement