matrepl/index.html

17 lines
No EOL
445 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>MatRepl</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">&gt;
<textarea id="command_input" class="single_line" autofocus></textarea>
</label>
</div>
<script type="application/ecmascript" src="bundle.js"></script>
</body>
</html>