-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathindex.html
32 lines (31 loc) · 1.26 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
<html>
<head>
<title>Untitled - Terry Cavanagh Games</title>
<link rel="stylesheet" type="text/css" href="tcgames.css" />
</head>
<body>
<table height="100%" width="60%" valign="middle" align="center"><tr><td>
<center>
<table><tr><td>
<center><canvas id="webgl" globalevents="0" style="width: 600px;height: 360px;"></canvas><script type="text/javascript" src="bin/html5/game.js"></script></center><P ALIGN="center"><font color="#444444"><small><b>untitled game</b> by <a href="https://terrycavanaghgames.com">terry cavanagh</a>, made for ld46</small></font></p></td></tr></table>
</center>
</td></tr></table>
<!-- Start of StatCounter Code for Default Guide -->
<script type="text/javascript">
var sc_project=5979456;
var sc_invisible=1;
var sc_security="ef0a3a49";
var scJsHost = (("https:" == document.location.protocol) ?
"https://secure." : "http://www.");
document.write("<sc"+"ript type='text/javascript' src='" +
scJsHost+
"statcounter.com/counter/counter.js'></"+"script>");
</script>
<noscript><div class="statcounter"><a title="Web Analytics"
href="http://statcounter.com/" target="_blank"><img
class="statcounter"
src="//c.statcounter.com/5979456/0/ef0a3a49/1/" alt="Web
Analytics"></a></div></noscript>
<!-- End of StatCounter Code for Default Guide -->
</body>
</html>