Files
2022-03-13 11:23:05 +01:00

11 lines
232 B
HTML

<html>
<head>
<title>3D PLOT</title>
<link rel="stylesheet" href="../../00_Utilities/javascript/style_terminal.css" />
</head>
<body>
<pre id="output" style="font-size: 8pt;"></pre>
<script src="3dplot.js"></script>
</body>
</html>