2015-08-16 09:47:23 +00:00
|
|
|
<!doctype html>
|
|
|
|
<html>
|
|
|
|
<head>
|
2017-02-25 22:37:07 +00:00
|
|
|
<title>{{ .title }}</title>
|
2020-10-01 20:30:07 +00:00
|
|
|
<link rel="manifest" href="manifest.json">
|
2021-04-25 09:25:41 +00:00
|
|
|
<link rel="icon" href="favicon.ico">
|
|
|
|
<link rel="icon" href="icon.svg" type="image/svg+xml">
|
2017-05-21 23:16:24 +00:00
|
|
|
<link rel="stylesheet" href="./css/index.css" />
|
|
|
|
<link rel="stylesheet" href="./css/xterm.css" />
|
|
|
|
<link rel="stylesheet" href="./css/xterm_customize.css" />
|
2015-08-16 09:47:23 +00:00
|
|
|
</head>
|
|
|
|
<body>
|
2015-08-29 04:12:04 +00:00
|
|
|
<div id="terminal"></div>
|
2015-08-31 06:54:34 +00:00
|
|
|
<script src="./auth_token.js"></script>
|
2017-05-21 23:16:24 +00:00
|
|
|
<script src="./config.js"></script>
|
2021-04-18 15:27:24 +00:00
|
|
|
<script src="./js/gotty.js"></script>
|
2015-08-16 09:47:23 +00:00
|
|
|
</body>
|
|
|
|
</html>
|