-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathindex.html
More file actions
26 lines (26 loc) · 1.44 KB
/
index.html
File metadata and controls
26 lines (26 loc) · 1.44 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>在线云笔记</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="description" content="Description">
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<link rel="shortcut icon" href="./static/favicon.ico" type="image/x-icon">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/docsify-themeable@0/dist/css/theme-simple.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/prism-theme-one-dark/prism-onedark.css">
<link rel="stylesheet" href="./static/index.min.css">
</head>
<body>
<div id="app"></div>
<a onClick="goTop()" id="goTop"><img src="./static/top.svg"/></a>
<script src="./static/index.min.js"></script>
<script src="https://cdn.bootcss.com/docsify/4.9.4/docsify.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/docsify-themeable@0"></script>
<script src="https://cdn.bootcss.com/prism/9000.0.1/components/prism-java.min.js"></script>
<script src="https://cdn.bootcss.com/prism/1.17.1/components/prism-properties.min.js"></script>
<script src="https://cdn.bootcss.com/prism/9000.0.1/components/prism-bash.min.js"></script>
<script src="https://cdn.bootcss.com/prism/9000.0.1/components/prism-sql.min.js"></script>
<script src="https://cdn.bootcss.com/docsify/4.9.4/plugins/zoom-image.min.js"></script>
</body>
</html>