Files
basic-computer-games/00_Alternate_Languages/32_Diamond/javascript/diamond.html

10 lines
152 B
HTML

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