-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
28 lines (27 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
27
28
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="renderer" content="webkit">
<meta name="force-rendering" content="webkit">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>毕业设计</title>
<script async src='http://at.alicdn.com/t/font_808304_qoupcu1ohy.js'></script>
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.1/css/all.css"
integrity="sha384-50oBUHEmvpQ+1lW4y57PTFmhCaXp0ML5d60M1M7uH2+nqUivzIebhndOJK28anvf" crossorigin="anonymous">
<!-- IE 8及以下的兼容方案 -->
<!--[if lte IE 8]>
<script type="text/javascript" src="/static/IE/IE8/ie8.js"></script>
<![endif]-->
<!-- IE 9下的兼容方案 -->
<!--[if IE 9]>
<script type="text/javascript" src="/static/IE/IE9/ie9.js"></script>
<![endif]-->
<!-- IE 10 及以上版本不支持条件注释(conditional comment) -->
<!-- <script src="/static/IE/hack.js"></script> -->
</head>
<body>
<!-- <div id="root"></div> -->
</body>
</html>