-
-
Notifications
You must be signed in to change notification settings - Fork 76
Expand file tree
/
Copy pathindex.html
More file actions
32 lines (32 loc) · 975 Bytes
/
Copy pathindex.html
File metadata and controls
32 lines (32 loc) · 975 Bytes
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
27
28
29
30
31
32
<!--
* @Author: NMTuan
* @Email: NMTuan@qq.com
* @Date: 2022-06-24 10:58:32
* @LastEditTime: 2022-07-29 09:07:30
* @LastEditors: NMTuan
* @Description:
* @FilePath: \math_test_questions_generator\index.html
-->
<!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" />
<title></title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
<script>
var _hmt = _hmt || []
;(function () {
var hm = document.createElement('script')
hm.src =
'https://hm.baidu.com/hm.js?c8ec60b948860ceb091c3cbc1c0b9833'
var s = document.getElementsByTagName('script')[0]
s.parentNode.insertBefore(hm, s)
})()
</script>
</body>
</html>