-
Notifications
You must be signed in to change notification settings - Fork 106
/
index.html
21 lines (20 loc) · 847 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!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 http-equiv="pragram" content="no-cache">
<meta http-equiv="cache-control" content="no-cache, no-store, must-revalidate">
<link rel="stylesheet" href="/static/iconfont/iconfont.css">
<title>AK低代码快速开发平台</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
<script type="module" src="/static/plugins/ace/ace.js"></script>
<script type="module" src="/static/plugins/ace/ext-language_tools.js"></script>
<script src="/static/plugins/tinymce/tinymce.min.js?v=6.1.2"></script>
<script src="/static/plugins/echarts.min.js"></script>
</body>
</html>