-
Notifications
You must be signed in to change notification settings - Fork 0
/
jiggle.html
53 lines (46 loc) · 1.63 KB
/
jiggle.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
<!--
* ,MMM8&&&. *
MMMM88&&&&& .
MMMM88&&&&&&&
* MMM88&&&&&&&&
MMM88&&&&&&&&
'MMM88&&&&&&'
'MMM8&&&' *
|\___/|
) ( . '
=\ /=
)===( *
/ \
| |
/ \
\ /
_/\_/\_/\__ _/_/\_/\_/\_/\_/\_/\_/\_/\_/\_
| | | |( ( | | | | | | | | | |
| | | | ) ) | | | | | | | | | |
| | | |(_( | | | | | | | | | |
| | | | | | | | | | | | | | |
| | | | | | | | | | | | | | |
-->
<html>
<head>
<meta charset="utf-8">
<meta name="Description" content="Jiggle."/>
<meta name="viewport" content="width=device-width, minimum-scale=1.0, maximum-scale=1.0"/>
<meta property="og:url" content="https://aaron.cafe/about"/>
<meta property="og:title" content="Jiggle"/>
<meta property="og:image" content="https://aaron.cafe/media/cafe-og.jpg"/>
<meta property="og:description" content="Jiggle."/>
<meta property="og:type" content="website"/>
<title>Jiggle</title>
<link rel="shortcut icon" href="media/favicon.ico" />
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans" />
<link rel="stylesheet" type="text/css" charset="utf-8" href="css/jiggle.css">
</head>
<body onload="init();">
<div id="content">
click to jiggle
</div>
<canvas id="canvas" tabindex="1"></canvas>
<script type="text/javascript" src="js/jiggle.js"></script>
</body>
</html>