Advertisement
Guest User

HTML5 TEMPLATE ELEMENTS

a guest
May 30th, 2014
333
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.44 KB | None | 0 0
  1. <!doctype html>
  2. <html lang="zh-Hant">
  3.     <head>
  4.         <meta charset="utf-8">
  5.         <meta name="description" content="description">
  6.         <meta name="author" content="CompSquare">
  7.        
  8.         <title>Google Sign-in</title>
  9.        
  10.         <link rel="stylesheet" href="css/styles.css?v=1.0">
  11.         <!--[if lt IE 9]>
  12.             <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
  13.         <![endif]-->
  14.     </head>
  15.  
  16.  
  17.     <body>
  18.  
  19.         <h1>Headding</h1>
  20.  
  21.     </body>
  22. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement