forked from itning/shw_client
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
26 lines (26 loc) · 1.15 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
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<meta name="renderer" content="webkit">
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE9">
<meta http-equiv="Cache-Control" content="no-transform">
<meta http-equiv="Cache-Control" content="no-siteapp"/>
<meta name="theme-color" content="#448aff">
<meta name="description" content="哈尔滨信息工程学院作业管理系统">
<meta name="keywords" content="哈信息,作业,哈尔滨信息工程学院,作业管理系统">
<meta name="author" content="itning">
<link rel="manifest" href="/static/manifest.json">
<link rel="shortcut icon" type="image/png" href="//www.greathiit.com/favicon.ico"/>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:400,500,700,400italic|Material+Icons">
<title>哈信息学生作业管理系统</title>
</head>
<body>
<!--[if IE]>
<p style="color: red;font-size: x-large">"不支持IE浏览器访问,请使用 <a href="https://www.google.cn/chrome/">谷歌(Chrome)浏览器</a>访问!"
</p>
<![endif]-->
<div id="app"></div>
</body>
</html>