Guest User

LazyLoadHTML

a guest
Oct 28th, 2017
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. <html>
  2. <head>
  3. <title>Lazy Load</title>
  4. <link rel="stylesheet" type="text/css" href="resources/css/index.css">
  5.  
  6. <noscript>
  7. <link href="https://fonts.googleapis.com/css?family=Saira+Extra+Condensed" rel="stylesheet">
  8. </noscript>
  9. </head>
  10. <body>
  11. <div>
  12. Lots of content!
  13. </div>
  14. </body>
  15. <footer>
  16. <script src="resources/js/index.js"></script>
  17. </footer>
  18. </html>
Advertisement
Add Comment
Please, Sign In to add comment