-
Notifications
You must be signed in to change notification settings - Fork 1
/
something.html
95 lines (67 loc) · 3.09 KB
/
something.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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
<!--
_____ _____ _____ _ _ _____ _ _ __
|_ _/ ___/ ___| | | | ___| _| || |_ / |
| | \ `--.\ `--.| | | | |__ |_ __ _|`| |
| | `--. \`--. \ | | | __| _| || |_ | |
_| |_/\__/ /\__/ / |_| | |___ |_ __ _|_| |_
\___/\____/\____/ \___/\____/ |_||_| \___/
///
_____ _____ _
| _ |_ _| |
| | | | | | | |
| | | | | | | |
\ \_/ /_| |_| |____
\___/ \___/\_____/
___ ________ _ _ _______ __
| \/ | _ | \ | || ___\ \ / /
| . . | | | | \| || |__ \ V /
| |\/| | | | | . ` || __| \ /
| | | \ \_/ / |\ || |___ | |
\_| |_/\___/\_| \_/\____/ \_/
416 / 647 / YYZ
by Mackenzie Davidson
contribute: https://github.com/mwvd/damp
2k14
-->
<html>
<head>
<title>issue #1: oil money</title>
<meta name="description" content="ISSUE #1 // OIL MONEY">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0">
<meta property="og:title" content="damp // issue #1: oil money" />
<meta property="og:type" content="article" />
<meta property="og:image" content="https://raw.githubusercontent.com/mwvd/damp/gh-pages/assets/1.png" />
<meta property="og:url" content="http://mwvd.github.io/damp/" />
<meta property="og:description" content="everything is cold // everything is quiet // everything is temporary" />
<link rel="shortcut icon" href="assets/favicon.ico" type="image/x-icon">
<link rel="icon" href="assets/favicon.ico" type="image/x-icon">
<link rel="stylesheet" href="stylesheets/screen.css" type="text/css">
<link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Inconsolata">
<link href="stylesheets/transition.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="js/fasw.transition.min.js"></script>
<body>
<div class="ghoul">
<div class="somethingwas">
</div>
<div class="somethingis">
</div>
<div class="somethingnow">
</div>
</div>
<script>
setTimeout(function() {
$('#mydiv').fadeOut('fast');
}, 1000);
</script>
</body>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-51501346-1', 'mwvd.github.io');
ga('send', 'pageview');
</script>
</html>