Advertisement
MatthijsFontys

html template

Sep 3rd, 2018
272
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.34 KB | None | 0 0
  1. <!doctype html>
  2.  
  3. <html lang="en">
  4. <head>
  5.   <meta charset="utf-8">
  6.  
  7.   <title>The HTML5 Herald</title>
  8.   <meta name="description" content="The HTML5 Herald">
  9.   <meta name="author" content="SitePoint">
  10.   <link rel="stylesheet" href="css/styles.css?v=1.0">
  11.  
  12. </head>
  13.  
  14. <body>
  15.   <script src="js/scripts.js"></script>
  16. </body>
  17. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement