forked from hzlzh/cool-head
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcool-head.html
53 lines (50 loc) · 2.24 KB
/
cool-head.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
<!DOCTYPE HTML>
<html lang="en-US" dir="ltr">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
<title>cool-head</title>
<meta name="keywords" content="" />
<meta name="description" content="" />
<meta name="robots" content="noindex,nofollow" />
<meta name="meta-apple-mobile-web-app-status-bar-style" content="default" />
<meta name="apple-mobile-web-app-capable" content="no" />
<meta name="Rating" content="Safe For Kids" />
<meta name="Distribution" content="Global" />
<meta name="revisit-after" content="1 days" />
<meta name="author" content="" />
<meta name="generator" content="" />
<meta name="copyright" content="Copyright (c) 2012. All Rights Reserved." />
<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="" />
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
<script>!window.jQuery && document.write('<script src="js/jquery-1.7.2.min.js"><\/script>')</script>
<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>
<p>cool-head for HTML 4</p>
<script type="text/javascript">
// here the post-load JS starts.
</script>
</body>
</html>