mirror of
https://github.com/yudai/gotty.git
synced 2025-12-23 19:00:13 +01:00
11 lines
234 B
HTML
11 lines
234 B
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<title>GoTTY</title>
|
|
<style>body {height: 100%; width: 100%; margin: 0px;}</style>
|
|
</head>
|
|
<body>
|
|
<script src="hterm.js"></script>
|
|
<script src="gotty.js"></script>
|
|
</body>
|
|
</html>
|