summarylogtreecommitdiffstats
path: root/index.html
blob: 8265690132151c0c05cfb04408c70d188029ed31 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE html>
<html>
	<head>
		<title>{{ .title }}</title>
		<link rel="icon" type="image/png" href="favicon.png">
		<link rel="stylesheet" href="./css/index.css" />
		<link rel="stylesheet" href="./css/xterm.css" />
		<link rel="stylesheet" href="./css/xterm_customize.css" />
	</head>
	<body>
		<a style="display: inline-block; margin-top: 4px; color:#5c90bc; text-decoration: none;" onclick="window.history.back();" href="#">
			&nbsp;&nbsp;&#8617;&nbsp;&nbsp; [ Pi-KVM Index ]
		</a>
		<div id="terminal"></div>
		<script src="./auth_token.js"></script>
		<script src="./config.js"></script>
		<script src="./js/gotty-bundle.js"></script>
	</body>
</html>