rollerderby-track/track.html

18 lines
325 B
HTML
Raw Normal View History

2012-03-15 16:20:29 -06:00
<!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;
}
</style>
</head>
<body>
<canvas id="canvas"></canvas>
</body>
</html>