codeuniv

HTML page stub

Feb 26th, 2021
1,186
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.48 KB | None | 0 0
  1. https://gist.github.com/awrowse/1845533
  2.  
  3.  
  4. <!doctype html>
  5. <html>
  6.   <head>
  7.     <meta charset="utf-8">
  8.     <title>Page Title</title>
  9.     <meta name="description" content="Webpage for xxxx">
  10.     <!-- http://meyerweb.com/eric/tools/css/reset/ -->
  11.     <link rel="stylesheet" href="css/reset/reset.css">
  12.     <!--[if lt IE 9]>
  13.      <script src="//html5shiv.googlecode.com/svn/trunk/html5.js" type="text/javascript"></script>
  14.    <![endif]-->
  15.   </head>
  16.   <body>
  17.    
  18.   </body>
  19. </html>
Advertisement
Add Comment
Please, Sign In to add comment