-
Notifications
You must be signed in to change notification settings - Fork 0
/
polevault.html
31 lines (24 loc) · 941 Bytes
/
polevault.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
<!doctype html>
<html lang="en">
<head>
<title>Pencil test</title>
<script src="j/modernizr-2.0.6.js"></script>
<style type="text/css">
body { background: #d7e2e6 url("a/bg_8bit.png") left top repeat-x; }
.janky { font-family: nyt-cheltenham, sans-serif; size: 20px; }
.homely { font-family: arial, helvetica, sans-serif}
</style>
</head>
<body>
<div id="shell">
<h1 class="janky">Raising the Bar</h1>
<h3 class="homely">The pole vaulter combines the skills of a sprinter and a gymnast to lift himself over a crossbar between two uprights.</h3>
<div id="wrapper">
<canvas id="main-stage" width="566" height="484">Your browser does not support the HTML5 canvas element.</canvas>
</div>
<p>Beginning with a relaxed run-up, the vaulter sprints immediately before planting the pole.</p>
</div><!-- end #shell -->
</body>
</html>
<script src="j/cels.js"></script>
<script src="j/polevault.js"></script>