index.html 2.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. <!--
  2. ~ Copyright 1999-2018 Alibaba Group Holding Ltd.
  3. ~
  4. ~ Licensed under the Apache License, Version 2.0 (the "License");
  5. ~ you may not use this file except in compliance with the License.
  6. ~ You may obtain a copy of the License at
  7. ~
  8. ~ http://www.apache.org/licenses/LICENSE-2.0
  9. ~
  10. ~ Unless required by applicable law or agreed to in writing, software
  11. ~ distributed under the License is distributed on an "AS IS" BASIS,
  12. ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  13. ~ See the License for the specific language governing permissions and
  14. ~ limitations under the License.
  15. -->
  16. <!DOCTYPE html>
  17. <html lang="en">
  18. <head>
  19. <meta charset="UTF-8">
  20. <meta name="viewport" content="width=device-width,initial-scale=1">
  21. <meta http-equiv="X-UA-Compatible" content="ie=edge">
  22. <meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate">
  23. <meta http-equiv="Pragma" content="no-cache">
  24. <meta http-equiv="Expires" content="0">
  25. <title>Nacos</title>
  26. <link rel="shortcut icon" href="console-ui/public/img/nacos-logo.png" type="image/x-icon">
  27. <link rel="stylesheet" type="text/css" href="console-ui/public/css/bootstrap.css">
  28. <link rel="stylesheet" type="text/css" href="console-ui/public/css/console1412.css">
  29. <!-- 第三方css开始 -->
  30. <link rel="stylesheet" type="text/css" href="console-ui/public/css/codemirror.css">
  31. <link rel="stylesheet" type="text/css" href="console-ui/public/css/merge.css">
  32. <link rel="stylesheet" type="text/css" href="console-ui/public/css/icon.css">
  33. <link rel="stylesheet" type="text/css" href="console-ui/public/css/font-awesome.css">
  34. <!-- 第三方css结束 -->
  35. <link href="./css/main.css?9f68bc0e1a07ae7085fe" rel="stylesheet"></head>
  36. <body>
  37. <div id="root" style="overflow:hidden"></div>
  38. <div id="app"></div>
  39. <div id="other"></div>
  40. <!-- 第三方js开始 -->
  41. <script src="console-ui/public/js/jquery.js"></script>
  42. <script src="console-ui/public/js/codemirror.js"></script>
  43. <script src="console-ui/public/js/javascript.js"></script>
  44. <script src="console-ui/public/js/xml.js"></script>
  45. <script src="console-ui/public/js/codemirror.addone.fullscreen.js"></script>
  46. <script src="console-ui/public/js/codemirror.addone.lint.js"></script>
  47. <script src="console-ui/public/js/codemirror.lib.json-lint.js"></script>
  48. <script src="console-ui/public/js/codemirror.addone.json-lint.js"></script>
  49. <script src="console-ui/public/js/codemirror.lib.clike-lint.js"></script>
  50. <script src="console-ui/public/js/diff_match_patch.js"></script>
  51. <script src="console-ui/public/js/merge.js"></script>
  52. <script src="console-ui/public/js/loader.js"></script>
  53. <!-- 第三方js结束 -->
  54. <script type="text/javascript" src="./js/main.js?9f68bc0e1a07ae7085fe"></script></body>
  55. </html>