2015-08-16 18:47:23 +09:00
|
|
|
<!doctype html>
|
|
|
|
<html>
|
|
|
|
<head>
|
2017-02-26 07:37:07 +09:00
|
|
|
<title>{{ .title }}</title>
|
2015-08-30 16:27:40 +09:00
|
|
|
<link rel="icon" type="image/png" href="favicon.png">
|
2017-05-22 08:16:24 +09: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 18:47:23 +09:00
|
|
|
</head>
|
|
|
|
<body>
|
2015-08-28 21:12:04 -07:00
|
|
|
<div id="terminal"></div>
|
2015-08-31 15:54:34 +09:00
|
|
|
<script src="./auth_token.js"></script>
|
2017-05-22 08:16:24 +09:00
|
|
|
<script src="./config.js"></script>
|
2017-08-22 16:03:19 +09:00
|
|
|
<script src="./js/gotty-bundle.js"></script>
|
2015-08-16 18:47:23 +09:00
|
|
|
</body>
|
|
|
|
</html>
|