26 lines
493 B
HTML
26 lines
493 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>WFTDA 2010 Track</title>
|
|
<script type="text/javascript" src="track.js"></script>
|
|
<style type="text/css">
|
|
html {
|
|
background: black;
|
|
text-align: center;
|
|
color: white;
|
|
}
|
|
html, body, canvas {
|
|
padding: 0;
|
|
margin: 0;
|
|
border: 0;
|
|
}
|
|
#debug {
|
|
position: absolute;
|
|
background-color: rgba(0, 0, 0, 0.7);
|
|
}
|
|
</style>
|
|
</head>
|
|
<body><p id="debug"></p><canvas id="canvas"></canvas></body>
|
|
</html>
|
|
|