index.html 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. <!doctype html>
  2. <!--[if lt IE 7]>
  3. <html class = "no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
  4. <!--[if IE 7]>
  5. <html class = "no-js lt-ie9 lt-ie8"> <![endif]-->
  6. <!--[if IE 8]>
  7. <html class = "no-js lt-ie9"> <![endif]-->
  8. <!--[if gt IE 8]><!-->
  9. <html class="no-js">
  10. <!--<![endif]-->
  11. <head>
  12. <meta charset="utf-8">
  13. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  14. <meta name="viewport" content="width=device-width, initial-scale=1">
  15. <title>arkiwiJsBoilerplate</title>
  16. <meta name="description" content="Arkiwi JS Boilerplate">
  17. <!-- Place favicon.ico and apple-touch-icon.png in the root directory -->
  18. <!-- build:css styles/vendor.css -->
  19. <!-- bower:css -->
  20. <!-- endbower -->
  21. <!-- endbuild -->
  22. <!-- build:css(.tmp) styles/main.css -->
  23. <link rel="stylesheet" href="styles/main.css">
  24. <!-- endbuild -->
  25. <!-- Latest compiled and minified CSS -->
  26. <!--<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">-->
  27. <!-- Optional theme -->
  28. <!--<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap-theme.min.css">-->
  29. <!-- Latest compiled and minified JavaScript -->
  30. <!--<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script>-->
  31. </head>
  32. <body>
  33. <!--[if lt IE 10]>
  34. <p class = "browsehappy">You are using an <strong>outdated</strong> browser. Please
  35. <a href = "http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
  36. <![endif]-->
  37. <div class="container">
  38. <header>
  39. <h1>App Generated <small>with the html5 app generator</small></h1>
  40. <p>Now go develop</p>
  41. </header>
  42. </div>
  43. <!-- build:js scripts/vendor.js -->
  44. <!-- bower:js -->
  45. <script src="bower_components/jquery/dist/jquery.js"></script>
  46. <script src="bower_components/mustache/mustache.js"></script>
  47. <script src="bower_components/bower-parseuri/parseuri.js"></script>
  48. <script src="bower_components/bootstrap/dist/js/bootstrap.js"></script>
  49. <!-- endbower -->
  50. <!-- endbuild -->
  51. <script src="scripts/arkiwi.js"></script>
  52. <script src="scripts/main.js"></script>
  53. </body>
  54. <div class="container-fluid" id="list" ><div class="row"></div></div>
  55. </html>