-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
61 lines (61 loc) · 2.37 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
56
57
58
59
60
61
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>黄欢 - BoinJJ</title>
<meta name="HandheldFriendly" content="true">
<link href="static/global.css" rel="stylesheet">
<!--[if lt IE 9]>
<script src="https://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<link rel="stylesheet" type="text/css" href="static/ie.css">
<![endif]-->
<link href="static/mobile.css" rel="stylesheet" type="text/css" media="only screen and (min-width: 0px) and (max-width: 480px)" >
<link href="static/style.css" rel="stylesheet" type="text/css" media="only screen and (min-width: 481px)" >
<link rel="shortcut icon" href="https://bstatic.googlecode.com/svn/trunk/favicon.ico" type="image/x-icon"/>
<link rel="icon" href="https://bstatic.googlecode.com/svn/trunk/favicon.gif" type="image/gif" />
</head>
<body>
<div id="wrapper">
<div id="body">
<header>
<h1>It's 黄欢</h1>
<nav>
<ul id="menu">
<li><a href="/">首页 | Index</a></li>
<li><a href="/blog">博客 | Blog</a></li>
<li><a href="/blog/projects">项目 | Projects</a>
<b class="triangle"></b>
<ul>
<li><a href="/unicode">字符编解码工具</a></li>
<li><a href="/sp">浏览器搜索引擎</a></li>
</ul>
</li>
<li><a href="/blog/about">关于 | About</a></li>
</ul>
</nav>
</header>
<footer>
<address id="copy-left">
Copyright © <a href="https://huangh.com">HuangH.com</a> 2010 <span id="powered">Powered By HTML5 & CSS3</span>
<div id="icp"></div>
</address>
</footer>
</div>
<div id="hd">唷,显示器不错,全高清了啊…</div>
<div id="qxga">您的显示屏真宽啊,QXGA了…</div>
<div id="reserved">您是显示器墙?!!还是您的浏览器不支持CSS…</div>
</div>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-597165-4']);
_gaq.push(['_setDomainName', '.huangh.com']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</body>
</html>
<!-- last update : 2011/06/09 -->