-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
executable file
·77 lines (48 loc) · 1.99 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
<!DOCTYPE HTML>
<html lang="en">
<!--
*(c) Copyright 2011 Simone Masiero. Some Rights Reserved.
*This work is licensed under a Creative Commons Attribution-Noncommercial-Share Alike 3.0 License
-->
<head>
<meta charset="utf-8">
<title>Angry(typer)</title>
<meta name="description" content="Hatredcopter - Dethklok" />
<meta property="og:title" content="Hatredcopter(typer)" />
<meta property="og:type" content="article" />
<meta property="og:url" content="http://hatredcopter.site" />
<meta property="og:image" content="http://hatredcopter.site/fb.png" />
<meta property="og:description" content="Hatredcopter - Dethklok (typer)" />
<meta property="og:site_name" content="Hatredcopter(typer)" />
<link href="style.css" rel="stylesheet" type="text/css" />
<link rel="shortcut icon" type="image/png" href="http://reycedrobot.co.uk/_include/img/favicon.png" />
<link href="style.css" rel="stylesheet" type="text/css" />
<script src='http://ajax.googleapis.com/ajax/libs/jquery/1.5.2/jquery.min.js' type='text/javascript'></script>
<script src='script.js' type='text/javascript'></script>
<script type='text/javascript'>
Typer.speed=3;
Typer.file='typer.html';
Typer.init();
</script>
</head>
<body>
<!-- <div id="note">
<h1>DETHKLOK - HATREDCOPTER(TYPER)</h1>
<h2>CLOSE THIS AND START BASHING YOUR KEYBOARD</h2>
<a class="button" id="close">GO!</a>
</div> -->
<!-- <iframe id="bg" src="//www.youtube.com/embed/XP9kv_y70Cw?autoplay=1&controls=0&loop=1&showinfo=0&mute="false"&modestbranding=0&disablekb=0&enablejsapi=1&playlist=PLAYLIST_ID_HERE" loop="true" frameborder="0"></iframe> -->
<div id="wrapper">
<div id="inner">
<div id='console'></div>
</div>
</div>
<!-- <script>
close = document.getElementById("close");
close.addEventListener('click', function() {
note = document.getElementById("note");
note.style.display = 'none';
}, false);
</script> -->
</body>
</html>