This repository has been archived by the owner on Aug 11, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
55 lines (55 loc) · 1.62 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
48
49
50
51
52
53
54
55
<!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's Blog</title>
<!-- Preconnect -->
<link rel="preconnect" href="//ijason.cc">
<link rel="preconnect" href="//cdn.ijason.cc">
<!-- Preload -->
<link rel="preload" href="/static/images/avatar.jpg" as="image">
<link rel="preload" href="/static/js/_res_.js" as="script">
<!-- favicon -->
<link rel="icon" type="image/png" href="https://cdn.ijason.cc/static/images/favicon.png">
</head>
<body>
<div id="app"></div>
<!--[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>
<!-->
<script src="/static/js/_res_.js"></script>
</body>
</html>