forked from AlloyTeam/alloyteam.github.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
hello_qq.html
42 lines (35 loc) · 1.6 KB
/
hello_qq.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="author" content="Tencent.AlloyTeam.Jetyu" />
<meta name="copyright" content="Tencent.AlloyTeam" />
<meta name="keywords" content="腾讯 Alloy 团队" />
<meta name="description" content="Tencent.AlloyTeam" />
<title>Hello QQ</title>
<link href="./style/hello_qq.css" rel="stylesheet" type="text/css" />
</head>
<body>
<!-- 注释 -->
<h1 id="title" class="title">Hello QQ</h1>
<div class="hello" title="我是小Q,我为HTML5代盐!">
<img class="helloQQ" src="./style/image/hello_qq_right.100.png" alt="我是小Q,我为HTML5代盐!" />
<img class="titleBoard" src="./style/image/dreamworks2.png" alt="HTML5" />
</div>
<p class="showText" title="我是小Q,我为HTML5代盐!">
支持HTML5 拒绝IE6,7,8
</p>
<div class="copyright">Copyright © <script>document.write(new Date().getFullYear());</script> <a href="http://www.AlloyTeam.com/" target="_blank">Tencent AlloyTeam</a>. All Rights Reserved.</div>
<script type="text/javascript" src="http://tajs.qq.com/stats?sId=24711241" charset="UTF-8"></script>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-23019343-9']);
_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>