blob: 3b896ab447dbd66e7ee63cae621c38babbff83a8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>robotic</title>
<script type="module" src="main.js"></script>
<script src="mathjs/mathjs-expression-parser.js"></script>
</head>
<body>
<div id="root"></div>
</body>
</html>
|