houzhongjian
2024-10-11 6434fc445f48cffd49df9738576d5e340163ed34
提交 | 用户 | 时间
e7c126 1 <!--
H 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
17 <!DOCTYPE html>
18
19 <html lang="en">
20
21 <head>
22     <meta charset="UTF-8">
23     <meta name="viewport" content="width=device-width,initial-scale=1">
24     <meta http-equiv="X-UA-Compatible" content="ie=edge">
25     <meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate">
26   <meta http-equiv="Pragma" content="no-cache">
27   <meta http-equiv="Expires" content="0">
28     <title>Nacos</title>
29     <link rel="shortcut icon" href="console-ui/public/img/nacos-logo.png" type="image/x-icon">
30   <link rel="stylesheet" type="text/css" href="console-ui/public/css/bootstrap.css">
31     <link rel="stylesheet" type="text/css" href="console-ui/public/css/console1412.css">
32     <!-- 第三方css开始 -->
33     <link rel="stylesheet" type="text/css" href="console-ui/public/css/codemirror.css">
34     <link rel="stylesheet" type="text/css" href="console-ui/public/css/merge.css">
35     <link rel="stylesheet" type="text/css" href="console-ui/public/css/icon.css">
36     <link rel="stylesheet" type="text/css" href="console-ui/public/css/font-awesome.css">
37     <!-- 第三方css结束 -->
38 <link href="./css/main.css?aaab5fd5630d74e778ed" rel="stylesheet"></head>
39
40 <body>
41     <div id="root" style="overflow:hidden"></div>
42     <div id="app"></div>
43     <div id="other"></div>
44
45     <!-- 第三方js开始 -->
46     <script src="console-ui/public/js/jquery.js"></script>
47     <script src="console-ui/public/js/codemirror.js"></script>
48     <script src="console-ui/public/js/javascript.js"></script>
49     <script src="console-ui/public/js/xml.js"></script>
50     <script src="console-ui/public/js/codemirror.addone.fullscreen.js"></script>
51     <script src="console-ui/public/js/codemirror.addone.lint.js"></script>
52     <script src="console-ui/public/js/codemirror.lib.json-lint.js"></script>
53     <script src="console-ui/public/js/codemirror.addone.json-lint.js"></script>
54     <script src="console-ui/public/js/codemirror.lib.clike-lint.js"></script>
55     <script src="console-ui/public/js/diff_match_patch.js"></script>
56     <script src="console-ui/public/js/merge.js"></script>
57     <script src="console-ui/public/js/loader.js"></script>
58     <!-- 第三方js结束 -->
59 <script type="text/javascript" src="./js/main.js?aaab5fd5630d74e778ed"></script></body>
60
61 </html>