forked from dkrutsko/Turkey-Puncher
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
34 lines (24 loc) · 1.1 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
<!DOCTYPE html>
<!--////////////////////////////////////////////////////////////////////////////
// //
// Super Turbo Turkey Puncher 3 //
// https://github.com/dkrutsko/ //
// //
// (C) 2009-2013 David Krutsko //
// See LICENSE.md for copyright //
// //
/////////////////////////////////////////////////////////////////////////////-->
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="user-scalable=no" />
<title>Super Turbo Turkey Puncher 3</title>
<link rel="stylesheet" href="style.css" />
</head>
<body>
<canvas id="game" width="880" height="600">
<p> Your browser doesn't support canvas. </p>
</canvas>
<script src="turkey.js"></script>
</body>
</html>