1
0
mirror of https://github.com/gdamore/tcell.git synced 2025-04-24 13:48:51 +08:00
tcell/webfiles/tcell.html
Ahoys123 b86f5127ac added webfiles directory
updated README.md
organized functions into original order
2023-02-19 17:48:50 -04:00

13 lines
262 B
HTML

<!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>