PageRenderTime 44ms CodeModel.GetById 15ms RepoModel.GetById 0ms app.codeStats 0ms

/client/index.html

https://gitlab.com/ewhalan/mining-webui
HTML | 59 lines | 25 code | 5 blank | 29 comment | 0 complexity | 3ad5f8a1eb0238bffc26bcbc8188a979 MD5 | raw file
  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. <base href="/">
  10. <title></title>
  11. <meta name="description" content="">
  12. <meta name="viewport" content="width=device-width">
  13. <!-- Place favicon.ico and apple-touch-icon.png in the root directory -->
  14. <!-- build:css(client) app/vendor.css -->
  15. <!-- bower:css -->
  16. <!-- endbower -->
  17. <!-- endbuild -->
  18. <!-- build:css({.tmp,client}) app/app.css -->
  19. <link rel="stylesheet" href="app/app.css">
  20. <!-- injector:css -->
  21. <!-- endinjector -->
  22. <!-- endbuild -->
  23. </head>
  24. <body ng-app="miningWebuiApp">
  25. <!--[if lt IE 7]>
  26. <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>
  27. <![endif]-->
  28. <!-- Add your site or application content here -->
  29. <div ui-view=""></div>
  30. <!-- Google Analytics: change UA-XXXXX-X to be your site's ID -->
  31. <script>
  32. (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
  33. (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
  34. m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
  35. })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
  36. ga('create', 'UA-XXXXX-X');
  37. ga('send', 'pageview');
  38. </script>
  39. <!--[if lt IE 9]>
  40. <script src="bower_components/es5-shim/es5-shim.js"></script>
  41. <script src="bower_components/json3/lib/json3.min.js"></script>
  42. <![endif]-->
  43. <!-- build:js({client,node_modules}) app/vendor.js -->
  44. <!-- bower:js -->
  45. <!-- endbower -->
  46. <script src="socket.io-client/socket.io.js"></script>
  47. <!-- endbuild -->
  48. <!-- build:js({.tmp,client}) app/app.js -->
  49. <script src="app/app.js"></script>
  50. <!-- injector:js -->
  51. <!-- endinjector -->
  52. <!-- endbuild -->
  53. </body>
  54. </html>