index_dev.htm 1.1 KB

123456789101112131415161718192021222324252627282930
  1. <!doctype html>
  2. <html class="no-js">
  3. <head>
  4. <meta charset="utf-8">
  5. <title>Sentinel 控制台</title>
  6. <meta name="description" content="Sentinel 控制台,Dashboard,Admin">
  7. <meta name="viewport" content="width=device-width">
  8. <link rel="stylesheet" href="//cdn.bootcss.com/bootstrap/3.0.3/css/bootstrap.min.css" />
  9. <link rel="stylesheet" href="//cdn.bootcss.com/font-awesome/4.7.0/css/font-awesome.min.css">
  10. <link rel="stylesheet" href="http://localhost:1234/css/app.css">
  11. <link rel="icon" type="image/x-icon" href="./static/favicon.ico">
  12. <base href="./">
  13. </head>
  14. <body>
  15. <div ng-app="sentinelDashboardApp">
  16. <div ui-view></div>
  17. </div>
  18. <script src="//cdn.bootcss.com/jquery/2.1.4/jquery.min.js"></script>
  19. <script src="//cdn.bootcss.com/bootstrap/3.0.3/js/bootstrap.min.js"></script>
  20. <script src="//cdn.bootcss.com/angular.js/1.4.8/angular.js"></script>
  21. <script src="//gw.alipayobjects.com/os/antv/pkg/_antv.g2-3.4.10/dist/g2.min.js"></script>
  22. <script src="http://localhost:1234/js/app.vendor.js"></script>
  23. <script src="http://localhost:1234/js/app.js"></script>
  24. </body>
  25. </html>