index.html 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. <!doctype html>
  2. <!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
  3. <!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
  4. <!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
  5. <!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]-->
  6. <head>
  7. <meta charset="utf-8">
  8. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  9. <title></title>
  10. <meta name="description" content="">
  11. <meta name="viewport" content="width=device-width">
  12. <!-- Place favicon.ico and apple-touch-icon.png in the root directory -->
  13. <!-- build:css(.tmp) styles/main.css -->
  14. <link rel="stylesheet" href="styles/main.css">
  15. <!-- endbuild -->
  16. <!-- build:js scripts/vendor/modernizr.js -->
  17. <script src="bower_components/modernizr/modernizr.js"></script>
  18. <!-- endbuild -->
  19. </head>
  20. <body>
  21. <div class="container">
  22. <div class="hero-unit">
  23. <h1>'Allo, 'Allo!</h1>
  24. <p>You now have</p>
  25. <ul>
  26. <li>HTML5 Boilerplate</li>
  27. <li>Twitter Bootstrap</li>
  28. <li>RequireJS</li>
  29. </ul>
  30. <p>installed.</p>
  31. <h3>Enjoy coding! - Yeoman</h3>
  32. </div>
  33. </div>
  34. <!--[if lt IE 7]>
  35. <p class="browsehappy">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
  36. <![endif]-->
  37. <!-- Google Analytics: change UA-XXXXX-X to be your site's ID. -->
  38. <script>
  39. (function(b,o,i,l,e,r){b.GoogleAnalyticsObject=l;b[l]||(b[l]=
  40. function(){(b[l].q=b[l].q||[]).push(arguments)});b[l].l=+new Date;
  41. e=o.createElement(i);r=o.getElementsByTagName(i)[0];
  42. e.src='//www.google-analytics.com/analytics.js';
  43. r.parentNode.insertBefore(e,r)}(window,document,'script','ga'));
  44. ga('create','UA-XXXXX-X');ga('send','pageview');
  45. </script>
  46. <!-- build:js scripts/main.js -->
  47. <script data-main="scripts/main" src="bower_components/requirejs/require.js"></script>
  48. <!-- endbuild -->
  49. </body>
  50. </html>