2022-03-28 22:05:51 +00:00
|
|
|
<!doctype html>
|
|
|
|
<html>
|
2022-04-09 10:10:03 +00:00
|
|
|
|
|
|
|
<head>
|
|
|
|
<title>{{ .title }}</title>
|
|
|
|
<link rel="manifest" href="manifest.json" crossorigin="use-credentials">
|
|
|
|
<link rel="icon" href="favicon.ico">
|
|
|
|
<link rel="icon" href="icon.svg" type="image/svg+xml">
|
|
|
|
<link rel="stylesheet" href="./css/index.css" />
|
|
|
|
<link rel="stylesheet" href="./css/xterm.css" />
|
|
|
|
<link rel="stylesheet" href="./css/xterm_customize.css" />
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
|
|
|
<div id="terminal"></div>
|
|
|
|
<script src="./auth_token.js"></script>
|
|
|
|
<script src="./config.js"></script>
|
|
|
|
<script src="./js/gotty.js"></script>
|
|
|
|
</body>
|
|
|
|
|
|
|
|
</html>
|