-
Notifications
You must be signed in to change notification settings - Fork 10
/
index.html
23 lines (23 loc) · 1.09 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE html>
<html lang="zh-cn">
<head>
<meta charset="UTF-8">
<title>小鸡管理</title>
<link href="https://cdn.bootcdn.net/ajax/libs/normalize/8.0.1/normalize.min.css" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/@alphardex/[email protected]/dist/aqua.min.css" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/youranreus/R/G/CSS/yue.css" rel="stylesheet" />
<link rel="stylesheet" href="main.css?v=1.3">
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
</head>
<body>
<div id="main">
<router-view></router-view>
</div>
</body>
<script src="https://cdn.bootcdn.net/ajax/libs/vue/2.6.9/vue.js"></script>
<script src="https://cdn.bootcdn.net/ajax/libs/vue-router/2.7.0/vue-router.js"></script>
<script src="https://cdn.bootcdn.net/ajax/libs/js-cookie/latest/js.cookie.js"></script>
<script src="https://cdn.bootcdn.net/ajax/libs/axios/0.20.0/axios.js"></script>
<script src="https://cdn.bootcdn.net/ajax/libs/marked/1.2.2/marked.min.js"></script>
<script src="main.js?v=2.6" type="module"></script>
</html>