Files
basic-computer-games/61 Math Dice/javascript/mathdice.html

10 lines
155 B
HTML

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