-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathindex.html
55 lines (52 loc) · 1.91 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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<!--
endless.horse
Colleen Josephson and Kyle Miller, 2015
Created during the West Coast Stupid Shit No One Needs & Terrible Ideas Hackathon
-->
<head>
<meta name="hooooooooooooooooooooooooooooooooooooooooooooooooooooooooorse"
http-equiv="Content-Type" content="text/html; charset=UTF-8;
Author: Colleen Josephson" />
<title>hooooooooooooooooooooooooooooooooooooooooooooooooooooooooorse</title>
<link rel="shortcut icon" href="favicon.png" />
<script src="https://widget.battleforthenet.com/widget.js" async></script>
<script type="text/javascript" src="//code.jquery.com/jquery-1.8.3.min.js"></script>
<script src="/jquery.jscroll.js"></script>
<style type="text/css">
pre { margin: 0; }
.centered { width: 380px; margin: 0 auto 0 auto; }
h1 { text-align: center; }
</style>
<script type="text/javascript">
$(function () {
$('#horse').jscroll({
padding: 2000,
loadingHtml: ''
});
});
</script>
</head>
<body>
<div id="horse" class="centered" style="padding-top: 222px">
<pre> ,
_,,)\.~,,._
(()` ``)\))),,_
| \ ''((\)))),,_ ____
|6` | ''((\())) "-.____.-" `-.-,
| .'\ ''))))' \)))
| | `. '' ((((
\, _) \/ |))))
`' | (((((
\ | ))))))
`| | ,\ /((((((
| / `-.______.< \ | )))))
| | / `. \ \ ((((
| / \ | `.\ | (((
\ | | | )| | ))
| | | | || | '</pre>
<a href="legs.html"></a>
</div>
</body>
</html>