-
Notifications
You must be signed in to change notification settings - Fork 0
/
partypac.html
35 lines (34 loc) · 1017 Bytes
/
partypac.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>
<html>
<head>
<title>Party Pac - (C) aols010 2004</title>
<style type="text/css">
#playn-root {
width:640px;
height:562px;
}
#playn-root canvas {
width: 100% !important;
height: 100% !important;
}
a {
color: #ffcc44;
}
a:visited {
color: #ffcc44;
}
</style>
</head>
<body style="background-color: black; color: grey; overflow:hidden">
<script src="partypac/partypac.nocache.js"></script>
<center>
<div id="playn-root" style="width:640px; height:562px;"></div>
Try F11 for full screen <br />
<b>Credit goes to:</b> <br />
My brothers for art + design of certain levels <br />
<a href="http://www.angelfire.com/punk4/knightriderofdoom/midis2.html">Knightrider of Doom</a> for music <br/ >
<a href="http://playn.io/">PlayN</a> for ability to deploy as HTML5 <br />
CS 101 at Auckland for organising <br />
</center>
</body>
</html>