17 lines
No EOL
464 B
HTML
17 lines
No EOL
464 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>Interactive Linear Algebra</title>
|
|
<link rel="stylesheet" href="src/css/app.css">
|
|
</head>
|
|
<body>
|
|
<div id="console">
|
|
<div id="command_history"><div id="bottom"></div></div>
|
|
<label id="prompt">>
|
|
<textarea id="command_input" class="single_line" autofocus></textarea>
|
|
</label>
|
|
</div>
|
|
<script type="application/ecmascript" src="bundle.js"></script>
|
|
</body>
|
|
</html> |