mirror of
https://github.com/sorenisanerd/gotty.git
synced 2024-11-09 15:24:25 +00:00
6de9b0515f
Some terminal massages were shown at strange positions.
12 lines
254 B
HTML
12 lines
254 B
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<title>GoTTY</title>
|
|
<style>body {position: absolute; height: 100%; width: 100%; margin: 0px;}</style>
|
|
</head>
|
|
<body>
|
|
<script src="hterm.js"></script>
|
|
<script src="gotty.js"></script>
|
|
</body>
|
|
</html>
|