-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
48 lines (39 loc) · 1.21 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Abise</title>
<meta name="viewport" content="width=device-width">
<meta property="og:type" content="website">
<meta property="og:title" content="Abise">
<meta property="og:url" content="http://lbgod2222.github.io/index.html">
<meta property="og:site_name" content="Abise">
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Abise">
<link rel="icon" href="/favicon.png">
<link rel="stylesheet" href="/css/style.css">
<!--[if lt IE 9]><script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
</head>
<body>
<div id="container">
<header id="header">
<h1 class="blog-title">
<a href="/">Abise 's Guide</a>
</h1>
</header>
<div id="main">
<h1>嗯,这个页面先这样吧,到时候再做漂亮点:p</h1>
<div class="guide-nav">
<ul>
<li><a href="http://www.abise.cc" target="_blank">博客</a></li>
<li><a href="/apidoc" target="_blank">AnnihilateAPI文档(ImpactPROJECT)</a></li>
</ul>
</div>
</div>
</div>
<footer id="footer">
</footer>
<!-- <script src="//libs.baidu.com/jquery/2.0.3/jquery.min.js"></script> -->
</div>
</body>
</html>