18 lines
No EOL
462 B
HTML
18 lines
No EOL
462 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>MatRepl</title>
|
|
</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">>
|
|
<textarea id="command_input" class="single_line" autofocus></textarea>
|
|
</label>
|
|
</div>
|
|
</body>
|
|
</html> |