-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
61 lines (61 loc) · 3.3 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
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="viewport" content="initial-scale=1.0 user-scalable=no">
<title>152.org : Corgi animated gifs. Lots of them</title>
<meta name="verify-v1" content="eI1IClcEH22YV/nLgtw468+YS5VUpE1Cwb+7NWG32RU=" />
<style type="text/css">
#forkMe{position: absolute; top: 0; right: 0; border: 0; z-index: 1000;}
body{font-family: Arial;}
div.contents{border:1px solid silver; background-color: white; margin: 0 auto; width: auto;}
a:link,a:visited,a:active,a:hover{color: black;}
footer{color: black; text-align: center;display: none;font-size: 0.9em; opacity: 0.5; display: block; bottom: 0px; position: fixed; width: 100%;}
</style>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
<script src="jQuery.bigGif.js" type="text/javascript"></script>
<script type="text/javascript">
$(function(){
// Plugin
jQuery().bigGif({'jsonFile': 'images.json', 'timer': 0});
});
</script>
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write("\<script src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'>\<\/script>" );
</script>
<script type="text/javascript">
var pageTracker = _gat._getTracker("UA-574544-3");
pageTracker._initData();
pageTracker._trackPageview();
</script>
</head>
<body>
<!--
,, 、
/: : l ,, -、
, : :' ':'└ノ゙ :;;リ
、' .: : : : : ミ .::;/ ヘッヘッヘッヘッ
ノ゛ ゎ::.: :'¨゙::.: :;八
rッ ,_ :: : : : ゙ ,
`ゥ--イヌ゙ : ' ,
(_/7´ ..:: : : ::、
゙} ,,.: : : : : : ゛゛゙゙゙'' 、 _
l, , : : : : :: : : : : : : : : : : : : : ‐- .
l, ' ': : : : : : : : : : : : : : : : : : : : : : : :゙'.、
ヾ : : : : : :.:;; : : : : : : : : : : : : : : : : : :.::.
丶 ゙ 、: : : : :;;: : : : : : : : : : : : : : : : : ; ;}
_j l: ;;:: : : : : : : : : : : : : ; ; ; ;;ミ
',´, , ,,,ノ l: 彡;;; ; ; ; ; : : : : :: ; ; ; ;;;ミ`
, -‐'゙ ゾ ' ' ' ' ' ' ' ' ゙ ゙ ゙ ゙ ゙ ゙´
`' ' ' '´
-->
<a id="forkMe" href="https://github.com/metric152/BigGif"><img src="https://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png" alt="Fork me on GitHub"></a>
<footer>
<div class="contents">
<div>[ <a href="http://blog.152.org">Stuff I've Learned</a> ]</div>
<div><b>contact me</b>: metric at 152 dot org</div>
<div><b>follow me</b>: <a href="http://www.twitter.com/metric152">@metric152</a></div>
</div>
</footer>
</body>
</html>