gotty/resources/index.html

13 lines
305 B
HTML

<!doctype html>
<html>
<head>
<title>GoTTY</title>
<style>body, #terminal {position: absolute; height: 100%; width: 100%; margin: 0px;}</style>
</head>
<body>
<div id="terminal"></div>
<script src="./js/hterm.js"></script>
<script src="./js/gotty.js"></script>
</body>
</html>