mirror of
https://github.com/sorenisanerd/gotty.git
synced 2024-11-22 04:14:25 +00:00
12 lines
275 B
HTML
12 lines
275 B
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<title>{{ .Title }}</title>
|
|
<style>body {position: absolute; height: 100%; width: 100%; margin: 0px;}</style>
|
|
</head>
|
|
<body>
|
|
<script src="static/hterm.js"></script>
|
|
<script src="static/gotty.js"></script>
|
|
</body>
|
|
</html>
|