mathjs/test/commandline.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>