Files
basic-computer-games/13 Bounce/javascript/bounce.html

10 lines
150 B
HTML

<html>
<head>
<title>BOUNCE</title>
</head>
<body>
<pre id="output" style="font-size: 12pt;"></pre>
<script src="bounce.js"></script>
</body>
</html>