Files
basic-computer-games/00_Alternate_Languages/34_Digits/javascript/digits.html

10 lines
150 B
HTML

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