-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
38 lines (38 loc) · 1.85 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
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Squishy Eno</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="description" content="Do you HATE that freakin' Eno? Do you have nightmares about that stupid bird's face every night? Get revenge NOW by squishing him in Squishy Eno." />
<meta property="og:description" content="Do you HATE that freakin' Eno? Do you have nightmares about that stupid Eno's face every night? Get revenge NOW by squishing him in Squishy Eno." />
<meta property="og:type" content="website" />
<meta property="og:title" content="Squishy Eno" />
<meta property="og:url" content="http://eshsprogramming.github.io/squishy-eno/" />
<meta property="og:site_name" content="Squishy Eno" />
<meta name="viewport" content="user-scalable=no, initial-scale=0.5, width=610, height=1024" />
<link rel="icon" href="img/favicon.png" />
<link rel="SHORTCUT ICON" href="img/favicon.png" />
<style>
.unselectable {
-moz-user-select: -moz-none;
-khtml-user-select: none;
-webkit-user-select: none;
-o-user-select: none;
user-select: none;
}
</style>
</head>
<body style="margin: 0px; overflow: hidden;" cz-shortcut-listen="true">
<div id="lgd" style="width: 300px; height: 64px; position: absolute;"></div>
<script type='text/javascript'>
var lgdiv = document.getElementById('lgd');
lgdiv.style.left = Math.floor((window.innerWidth - 300)/2)+'px';
lgdiv.style.top = Math.floor((window.innerHeight - 64)/2)+'px';
lgdiv.style.fontFamily = 'Verdana';
lgdiv.style.fontSize = '16px';
lgdiv.style.fontWeight = 'bold';
lgdiv.style.textAlign = 'center';
lgdiv.innerHTML = 'Loading...';
</script>
<script type="text/javascript" src="squishyeno.js"></script>
</body>
</html>