forked from lenih/irkfap.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
44 lines (39 loc) · 1.36 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
<!DOCTYPE html>
<html>
<head>
<title>IrkFap community</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="description" content="Фапка, фапочка">
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
<link rel="stylesheet" type="text/css" href="css/style.css" />
</head>
<body>
<div id="timeline-embed"></div>
<!-- BEGIN Timeline Embed -->
<script type="text/javascript">
var timeline_config =
{
width: "100%",
height: "750",
source: 'https://docs.google.com/spreadsheet/pub?key=0ArgPc5VuF2x5dEVPTXZnUEg4SVg3R3ZwYklMVzVpYmc&output=html',
font: "PTSerif-PTSans",
maptype: "toner-lines",
lang: "ru",
start_at_end: "true",
hash_bookmark: "true"
}
</script>
<script type="text/javascript" src="js/storyjs-embed.js"></script>
<!-- END Timeline Embed-->
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-22039234-1']);
_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>