matrepl/index.html
2021-03-05 08:58:07 +01:00

20 lines
No EOL
577 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>
<a class="right" href="https://github.com/shautvast/matrepl" target="_blank">https://github.com/shautvast/matrepl</a>
<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>