forked from hzlzh/cool-head
-
Notifications
You must be signed in to change notification settings - Fork 0
/
cool-head-HTML5.html
57 lines (55 loc) · 1.96 KB
/
cool-head-HTML5.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
<!DOCTYPE HTML>
<html lang="en-US" dir="ltr">
<head>
<meta charset="UTF-8" />
<meta content="width=device-width" name="viewport" />
<title>cool-head</title>
<meta name="keywords" content="" />
<meta name="description" content="" />
<meta name="robots" content="noindex,nofollow" />
<meta name="apple-mobile-web-app-capable" content="no" />
<meta name="Rating" content="Safe For Kids" />
<meta name="revisit-after" content="1 days" />
<meta name="author" content="" />
<meta name="generator" content="" />
<link rel="shortcut icon" href="/favicon.ico" />
<link rel="apple-touch-icon" sizes="57x57" href="/apple-touch-icon-57x57.png" />
<link rel="apple-touch-icon" sizes="72x72" href="/apple-touch-icon-72x72.png" />
<link rel="apple-touch-icon" sizes="114x114" href="/apple-touch-icon-114x114.png" />
<link href="style.css" media="all" type="text/css" rel="stylesheet" />
<link rel="alternate" type="application/rss+xml" title="RSS Feed" href="" />
<link rel="canonical" href="" />
<link rel="prev" href="" />
<link rel="next" href="" />
<!--[if lt IE 9]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js" type="text/javascript"></script>
<![endif]-->
<script type="text/javascript">
// here the pre-load JS starts.
var Hello = 'World!';
// Google analytics code
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-00000000-0']);
_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>
</head>
<body>
<header>
header
</header>
<article>
<p>cool-head for HTML 5</p>
</article>
<footer>
footer
</footer>
<script type="text/javascript">
// here the post-load JS starts.
</script>
</body>
</html>