wdg_list_item_id.html 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  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="/bower_components/bootstrap/dist/css/bootstrap.css">
  24. <link rel="stylesheet" href="styles/main.css">
  25. <!-- endbuild -->
  26. <!-- Latest compiled and minified CSS -->
  27. <!--<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">-->
  28. <!-- Optional theme -->
  29. <!--<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap-theme.min.css">-->
  30. <!-- Latest compiled and minified JavaScript -->
  31. <!--<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script>-->
  32. </head>
  33. <body>
  34. <!--[if lt IE 10]>
  35. <p class = "browsehappy">You are using an <strong>outdated</strong> browser. Please
  36. <a href = "http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
  37. <![endif]-->
  38. <!-- build:js scripts/vendor.js -->
  39. <!-- bower:js -->
  40. <script src="bower_components/jquery/dist/jquery.js"></script>
  41. <script src="bower_components/mustache/mustache.js"></script>
  42. <script src="bower_components/bower-parseuri/parseuri.js"></script>
  43. <script src="bower_components/bootstrap/dist/js/bootstrap.js"></script>
  44. <!-- endbower -->
  45. <!-- endbuild -->
  46. <script src="scripts/arkiwi.js"></script>
  47. <script src="scripts/main_list_item_id.js"></script>
  48. </body>
  49. <div class="container-fluid" id="list" ><div class="row"></div></div>
  50. </html>