-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
22 lines (21 loc) · 865 Bytes
/
index.html
File metadata and controls
22 lines (21 loc) · 865 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="color-scheme" content="light">
<link rel="stylesheet" href="/highlight/styles/atom-one-dark.min.css">
<link rel="stylesheet" href="https://cdn.staticfile.org/tocbot/4.18.2/tocbot.min.css">
<title>Tinymce-Plugin</title>
<script src="/vue2/vue2.6.14.min.js"></script>
<script src="/assets/libs/tocbot/index.js"></script>
<script src="/assets/ifarmeInit.js"></script>
</head>
<body>
<div id="tips"></div>
<textarea id="inputCopy" style="position: absolute;top: 0;left: 0;opacity: 0;z-index: -10;">复制专用</textarea>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>