summarylogtreecommitdiffstats
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html26
1 files changed, 0 insertions, 26 deletions
diff --git a/index.html b/index.html
deleted file mode 100644
index 03a709b92e35..000000000000
--- a/index.html
+++ /dev/null
@@ -1,26 +0,0 @@
-<!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;" href="/">
- &nbsp;&nbsp;&larr;&nbsp;&nbsp; [ Pi-KVM Index ]
- </a>
- <div id="terminal" style="height: 95%; height: calc(100% - 30px);"></div>
- <script src="./auth_token.js"></script>
- <script src="./config.js"></script>
- <script src="./js/gotty-bundle.js"></script>
- <script type="text/javascript">
- window.onbeforeunload = function(event) {
- var text = "Are you sure you want to close terminal session?";
- event.returnValue = text;
- return text;
- };
- </script>
-</body>
-</html>