Initialize repository

This commit is contained in:
Iwasaki Yudai
2015-08-16 18:47:23 +09:00
commit cba86dd046
91 changed files with 8966 additions and 0 deletions

11
resources/index.html Normal file
View File

@@ -0,0 +1,11 @@
<!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>