-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
28 lines (28 loc) · 1.04 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
24
25
26
27
28
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1, minimum-scale=1, user-scalable=no">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta name="format-detection" content="telephone=no">
<link rel="shortcut icon" href="//img1.tbcdn.cn/L1/461/1/40137b64ab73a123e78d8246cd81c8379358c999">
<title>成绩查询</title>
<style>
body {
display: -webkit-box;
display: -webkit-flex;
display: flex;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
margin: 0;
}
</style>
</head>
<body>
<script src="//unpkg.com/[email protected]/dist/framework.web.js"></script>
<script type="text/javascript" src="/js/index.bundle.min.js"></script><script type="text/javascript" src="/js/com.muxistudio.grade.main.js"></script><script type="text/javascript" src="/js/com.muxistudio.grade.result.js"></script></body>
</html>