tcell/webfiles/tcell.html

13 lines
262 B
HTML
Raw Normal View History

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/>
<title>Tcell</title>
<script src="wasm_exec.js"></script>
<link rel="stylesheet" href="termstyle.css">
</head>
<body>
<pre id="terminal"></pre>
<script src="tcell.js"></script>
</body>
</html>