nacos/console-ui/public/index.html

59 lines
2.1 KiB
Java
Raw Normal View History

2018-10-25 19:02:32 +08:00
<!--
~ Copyright 1999-2018 Alibaba Group Holding Ltd.
~
2018-10-25 19:02:32 +08:00
~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License.
~ You may obtain a copy of the License at
~
2018-10-25 19:02:32 +08:00
~ http://www.apache.org/licenses/LICENSE-2.0
~
2018-10-25 19:02:32 +08:00
~ Unless required by applicable law or agreed to in writing, software
~ distributed under the License is distributed on an "AS IS" BASIS,
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
~ See the License for the specific language governing permissions and
~ limitations under the License.
-->
<!DOCTYPE html>
2018-09-28 11:48:40 +08:00
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Nacos</title>
<link rel="shortcut icon" href="img/nacos-logo.png" type="image/x-icon" />
2019-01-18 23:46:41 +08:00
<link rel="stylesheet" type="text/css" href="css/bootstrap.css">
2018-10-26 17:03:26 +08:00
<link rel="stylesheet" type="text/css" href="css/console1412.css">
2018-09-28 11:48:40 +08:00
<!-- 第三方css开始 -->
2018-10-26 17:03:26 +08:00
<link rel="stylesheet" type="text/css" href="css/codemirror.css">
<link rel="stylesheet" type="text/css" href="css/merge.css">
<link rel="stylesheet" type="text/css" href="css/icon.css">
<link rel="stylesheet" type="text/css" href="css/font-awesome.css">
2018-09-28 11:48:40 +08:00
<!-- 第三方css结束 -->
</head>
<body>
<div id="root" style="overflow:hidden"></div>
<div id="app"></div>
<div id="other"></div>
<!-- 第三方js开始 -->
2018-10-26 17:03:26 +08:00
<script src="js/jquery.js"></script>
<script src="js/codemirror.js"></script>
<script src="js/javascript.js"></script>
<script src="js/xml.js"></script>
<script src="js/codemirror.addone.fullscreen.js"></script>
<script src="js/codemirror.addone.lint.js"></script>
<script src="js/codemirror.lib.json-lint.js"></script>
<script src="js/codemirror.addone.json-lint.js"></script>
<script src="js/codemirror.lib.clike-lint.js"></script>
<script src="js/diff_match_patch.js"></script>
<script src="js/merge.js"></script>
<script src="js/loader.js"></script>
2018-09-28 11:48:40 +08:00
<!-- 第三方js结束 -->
</body>
2018-11-18 23:17:22 +08:00
</html>