forked from jas0ncn/resume
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
47 lines (47 loc) · 1.28 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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<!-- open webkit engine forcibly -->
<meta name="renderer" content="webkit">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<title>Jason</title>
<link rel="icon" type="image/png" href="https://cdn.ijason.cc/static/images/favicon.png">
</head>
<body>
<!--[if lte IE 9]>
<div class="makebrowsergreatagain">
<h1>MAKE BROWSER GREAT AGAIN!</h1>
<p>本网站使用了大量的 CSS3 效果</p>
<p>为了更好的体验,请使用最新版本的现代浏览器访问本网站!</p>
</div>
<style type="text/css">
.makebrowsergreatagain {
position: absolute;
top: 0;
right: 0;
width: 100%;
height: 100%;
background: #F45757;
z-index: 50;
}
h1 {
color: #FFF;
line-height: 500px;
font-size: 60px;
font-style: italic;
font-family: Verdana, serif;
text-align: center;
}
p {
color: #FFF;
width: 100%;
text-align: center;
font-size: 18px;
line-height: 50px;
}
</style>
<!-->
<div id="app"></div>
</body>
</html>