-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
54 lines (53 loc) · 2.63 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
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<title>伴星</title>
<!-- meta -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width"
<meta name="description" content="shengbanx的个人网站">
<!-- css copy from heckhouse= = -->
<link rel="stylesheet" type="text/css" href="http://shengbanx.qiniudn.com/website/css/reset.css">
<link rel="stylesheet" type="text/css" href="http://shengbanx.qiniudn.com/website/css/style.css">
<!-- fonts -->
<!-- js -->
<script type="text/javascript" src="http://shengbanx.qiniudn.com/website/js/modernizr.min.js"charset="utf-8"></script>
<script type="text/javascript" src="http://shengbanx.qiniudn.com/website/js/jquery-1.2.1.min.js"></script>
<script type="text/javascript" src="http://shengbanx.qiniudn.com/website/js/jquery-migrate-1.2.1.min.js"></script>
<script type="text/javascript" src="http://shengbanx.qiniudn.com/website/js/site.js"></script>
<script type="text/javascript" src="http://shengbanx.qiniudn.com/website/js/waypoints.min.js"></script>
<!-- IE -->
<!--[if IE]><script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7/html5shiv.js" type="text/javascript" charset="utf-8"></script><![endif]-->
<script>
var _hmt = _hmt || [];
(function() {
var hm = document.createElement("script");
hm.src = "//hm.baidu.com/hm.js?69097e4e33b8f3186263165bcd118619";
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(hm, s);
})();
</script>
</head>
<body>
<aside class="main-intro">
<figure class="v-center">
<img src="http://shengbanx.qiniudn.com/website/assets/images/center.png" width="400" height="318" alt="LogoView" class="logo">
</figure>
<nav id="primary-navigation" class="primary-navigation">
<div class="container group">
<a href="http://shengbanx.com"><img src="http://shengbanx.qiniudn.com/website/assets/images/logo.png" width="40" height="32" alt="LogoIcon"></a>
<a href="#" id="toggle-menu" class="hamburger">
<span class="bar bar-top"></span>
<span class="bar bar-middle"></span>
<span class="bar bar-bottom"></span>
</a>
<ul id="links" class="links">
<li><a href="http://shengbanx.com/about/">关于</a></li>
<li><a href="http://shengbanx.lofter.com/">流形</a></li>
<li><a href="http://blog.shengbanx.com/">思记</a></li>
</ul>
</div>
</nav>
</aside>
</body>
</html>