aboutsummaryrefslogtreecommitdiff
path: root/picarones-elm/cover.html
diff options
context:
space:
mode:
Diffstat (limited to 'picarones-elm/cover.html')
-rw-r--r--picarones-elm/cover.html19
1 files changed, 19 insertions, 0 deletions
diff --git a/picarones-elm/cover.html b/picarones-elm/cover.html
new file mode 100644
index 0000000..d92eba9
--- /dev/null
+++ b/picarones-elm/cover.html
@@ -0,0 +1,19 @@
+<!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>