HTML5: Boilerplate


SUBMITTED BY: Guest

DATE: Jan. 15, 2014, 9:45 p.m.

FORMAT: HTML

SIZE: 2.0 kB

HITS: 645

  1. <!DOCTYPE HTML>
  2. <!--[if lt IE 7 ]> <html class="ie ie6 no-js" lang="en"> <![endif]-->
  3. <!--[if IE 7 ]> <html class="ie ie7 no-js" lang="en"> <![endif]-->
  4. <!--[if IE 8 ]> <html class="ie ie8 no-js" lang="en"> <![endif]-->
  5. <!--[if IE 9 ]> <html class="ie ie9 no-js" lang="en"> <![endif]-->
  6. <!--[if gt IE 9]><!--><html class="no-js" lang="en"><!--<![endif]-->
  7. <!-- the "no-js" class is for Modernizr. -->
  8. <head id="" data-template-set="html5-reset">
  9. <meta charset="utf-8">
  10. <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
  11. <title></title>
  12. <meta name="viewport" content="width=device-width, maximum-scale=1.0" />
  13. <!-- Global Javascript -->
  14. <!-- Modernizr -->
  15. <script type="text/javascript" charset="utf-8" src="http://cdnjs.cloudflare.com/ajax/libs/modernizr/2.5.3/modernizr.min.js"></script>
  16. <!-- jQuery -->
  17. <script src="//ajax.googleapis.com/ajax/libs/jquery/1.5.1/jquery.min.js"></script>
  18. <!-- jQuery UI -->
  19. <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.16/jquery-ui.min.js"></script>
  20. <!-- Page Specific Javascript -->
  21. <!-- Initial Data-->
  22. <!-- Google Maps -->
  23. <!-- New School Way: Ajax Request -->
  24. <script type="text/javascript" src="http://www.google.com/jsapi"></script>
  25. <script type="text/javascript">
  26. // Loading the Google Maps API
  27. //google.load('maps', 3, {'other_params': 'sensor=false&language=en' });
  28. </script>
  29. <script type="text/javascript">
  30. $(document).ready(function(){
  31. });
  32. </script>
  33. <!-- Global Stylesheets -->
  34. <link rel="stylesheet" href="/css/style.css" />
  35. <!-- Page specific Css -->
  36. <body>
  37. <header></header>
  38. <nav></nav>
  39. <section></section>
  40. </body>
  41. </html>

comments powered by Disqus