aboutsummaryrefslogtreecommitdiff
path: root/picarones-elm/cover.html
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--picarones-elm/cover.html19
1 files changed, 0 insertions, 19 deletions
diff --git a/picarones-elm/cover.html b/picarones-elm/cover.html
deleted file mode 100644
index d92eba9..0000000
--- a/picarones-elm/cover.html
+++ /dev/null
@@ -1,19 +0,0 @@
-<!DOCTYPE HTML>
-<html>
-<head>
- <meta charset="UTF-8">
- <title>Main</title>
- <script src="Cover.js"></script>
- <link rel="stylesheet" type="text/css" href="document.css" />
-</head>
-
-<body>
- <div id="elm"></div>
- <script>
- var app = Elm.Cover.init({
- node: document.getElementById('elm'),
- flags: "https://picarones.stuebinm.eu"
- });
- </script>
-</body>
-</html>