2015-08-16 09:47:23 +00:00
|
|
|
<!doctype html>
|
|
|
|
<html>
|
|
|
|
<head>
|
2017-02-25 22:37:07 +00:00
|
|
|
<title>{{ .title }}</title>
|
2015-08-29 04:12:04 +00:00
|
|
|
<style>body, #terminal {position: absolute; height: 100%; width: 100%; margin: 0px;}</style>
|
2015-08-30 07:27:40 +00:00
|
|
|
<link rel="icon" type="image/png" href="favicon.png">
|
2015-08-16 09:47:23 +00:00
|
|
|
</head>
|
|
|
|
<body>
|
2015-08-29 04:12:04 +00:00
|
|
|
<div id="terminal"></div>
|
|
|
|
<script src="./js/hterm.js"></script>
|
2015-08-31 06:54:34 +00:00
|
|
|
<script src="./auth_token.js"></script>
|
2015-08-29 04:12:04 +00:00
|
|
|
<script src="./js/gotty.js"></script>
|
2015-08-16 09:47:23 +00:00
|
|
|
</body>
|
|
|
|
</html>
|