Files
basic-computer-games/31 Depth Charge/javascript/depthcharge.html

10 lines
161 B
HTML

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