implement logging into the new Lantea backend
[lantea.git] / login.html
diff --git a/login.html b/login.html
new file mode 100644 (file)
index 0000000..35f5ec4
--- /dev/null
@@ -0,0 +1,28 @@
+<!-- This Source Code Form is subject to the terms of the Mozilla Public
+   - License, v. 2.0. If a copy of the MPL was not distributed with this file,
+   - You can obtain one at http://mozilla.org/MPL/2.0/.  -->
+
+<!DOCTYPE html>
+<html>
+<head>
+  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+  <!-- try to force a 1:1 scaling and disable pinch-zoom on mobile, see
+       https://developer.mozilla.org/en/Mobile/Viewport_meta_tag -->
+  <meta name="viewport" content="width=device-width, height=device-height, initial-scale=1, maximum-scale=1, user-scalable=no">
+  <title>Filmingsites Login</title>
+  <script src="js/ui.js"></script>
+  <script src="js/piwik.js" async="" defer=""></script>
+  <link rel="stylesheet" href="style/lantea.css">
+  <link rel="shortcut icon" href="style/lanteaIcon16.png" type="image/png">
+</head>
+<body>
+<header>
+<noscript><p><img src="/piwik/piwik.php?idsite=2" style="border:0;" alt="" /></p></noscript>
+<h1>Lantea Login</h1>
+</header>
+
+<main id="logininfo">
+This window should close in a second.
+</main>
+</body>
+</html>