mirror of
https://github.com/josdejong/mathjs.git
synced 2025-12-08 19:46:04 +00:00
18 lines
375 B
HTML
18 lines
375 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<title>math.js | code editor</title>
|
|
</head>
|
|
|
|
<body>
|
|
<div id="app">
|
|
<div id="editor"></div>
|
|
<article id="result" class="markdown-body"></article>
|
|
</div>
|
|
<script type="module" src="/main.js"></script>
|
|
</body>
|
|
|
|
</html> |