diff options
| author | nea <romangraef@gmail.com> | 2021-08-10 23:53:54 +0200 |
|---|---|---|
| committer | nea <romangraef@gmail.com> | 2021-08-10 23:53:54 +0200 |
| commit | 87f1eb3dc6c03a1369a71523a526c861efc25b80 (patch) | |
| tree | d5ca03666dee38a124565e39533a921f91c409f0 /src/main/resources | |
| download | webos-87f1eb3dc6c03a1369a71523a526c861efc25b80.tar.gz webos-87f1eb3dc6c03a1369a71523a526c861efc25b80.tar.bz2 webos-87f1eb3dc6c03a1369a71523a526c861efc25b80.zip | |
Initial commit
Diffstat (limited to 'src/main/resources')
| -rw-r--r-- | src/main/resources/index.html | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/src/main/resources/index.html b/src/main/resources/index.html new file mode 100644 index 0000000..719506b --- /dev/null +++ b/src/main/resources/index.html @@ -0,0 +1,17 @@ +<!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> +<script src="/webos.js"></script> +</body> +</html> |
