diff options
author | nea <romangraef@gmail.com> | 2021-08-20 15:33:32 +0200 |
---|---|---|
committer | nea <romangraef@gmail.com> | 2021-08-20 15:33:58 +0200 |
commit | 5042498c8fe12751c1b6560ae1fde07e7cd78259 (patch) | |
tree | 688aa93978ffffd0b15c639768fdad6f17609bdd /src/jsMain/resources | |
parent | 65a6ffeb6761994d4d69011c87f23fe074f7a1f7 (diff) | |
download | webos-master.tar.gz webos-master.tar.bz2 webos-master.zip |
Diffstat (limited to 'src/jsMain/resources')
-rw-r--r-- | src/jsMain/resources/index.html | 17 |
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> |