summaryrefslogtreecommitdiff
path: root/src/jsMain/resources/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'src/jsMain/resources/index.html')
-rw-r--r--src/jsMain/resources/index.html17
1 files changed, 0 insertions, 17 deletions
diff --git a/src/jsMain/resources/index.html b/src/jsMain/resources/index.html
deleted file mode 100644
index 562ee45..0000000
--- a/src/jsMain/resources/index.html
+++ /dev/null
@@ -1,17 +0,0 @@
-<!doctype html>
-<html lang="en">
-<head>
- <meta charset="UTF-8">
- <meta name="viewport"
- content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
- <meta http-equiv="X-UA-Compatible" content="ie=edge">
- <title>WebOs</title>
-</head>
-<body>
-<noscript>tf you don't have js enabled? do you still live in the stone ages or what?</noscript>
-<div id="content">
-<div class="webosconsole"></div>
-</div>
-<script src="/webos.js"></script>
-</body>
-</html>