gotty/resources/index.html
2015-08-16 20:52:27 +09:00

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