Files
basic-computer-games/87 3-D Plot/javascript/3dplot.html
2021-02-15 21:25:28 -06:00

10 lines
150 B
HTML

<html>
<head>
<title>3D PLOT</title>
</head>
<body>
<pre id="output" style="font-size: 8pt;"></pre>
<script src="3dplot.js"></script>
</body>
</html>