Files
basic-computer-games/00_Alternate_Languages/81_Splat/javascript/splat.html

10 lines
148 B
HTML

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