mirror of
https://github.com/josdejong/mathjs.git
synced 2026-01-25 15:07:57 +00:00
21 lines
493 B
HTML
21 lines
493 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>Commandline</title>
|
|
<link href="/css/commandline.css" rel="stylesheet" type="text/css">
|
|
<style>
|
|
#commandline {
|
|
width: 100%;
|
|
height: 300px;
|
|
max-width: 500px;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div id="commandline">loading...</div>
|
|
<script src="/js/lib/math.js" type="text/javascript"></script>
|
|
<script src="/js/commandline.js" type="text/javascript"></script>
|
|
</body>
|
|
</html>
|