gotty/resources/index.html

12 lines
275 B
HTML
Raw Normal View History

2015-08-16 09:47:23 +00:00
<!doctype html>
<html>
<head>
<title>{{ .Title }}</title>
<style>body {position: absolute; height: 100%; width: 100%; margin: 0px;}</style>
2015-08-16 09:47:23 +00:00
</head>
<body>
<script src="static/hterm.js"></script>
<script src="static/gotty.js"></script>
2015-08-16 09:47:23 +00:00
</body>
</html>