Merge branch 'master' of linz:/srv/git/lantea
[lantea.git] / login.html
1 <!-- This Source Code Form is subject to the terms of the Mozilla Public
2    - License, v. 2.0. If a copy of the MPL was not distributed with this file,
3    - You can obtain one at http://mozilla.org/MPL/2.0/.  -->
4
5 <!DOCTYPE html>
6 <html>
7 <head>
8   <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
9   <!-- try to force a 1:1 scaling and disable pinch-zoom on mobile, see
10        https://developer.mozilla.org/en/Mobile/Viewport_meta_tag -->
11   <meta name="viewport" content="width=device-width, height=device-height, initial-scale=1, maximum-scale=1, user-scalable=no">
12   <title>Lantea Login</title>
13   <script src="js/ui.js"></script>
14   <!-- script src="js/piwik.js" async="" defer=""></script -->
15   <link rel="stylesheet" href="style/lantea.css">
16   <link rel="shortcut icon" href="style/lanteaIcon16.png" type="image/png">
17 </head>
18 <body>
19 <header>
20 <noscript><p><img src="/piwik/piwik.php?idsite=2" style="border:0;" alt="" /></p></noscript>
21 <h1>Lantea Login</h1>
22 </header>
23
24 <main id="logininfo">
25 This window should close in a second.
26 </main>
27 </body>
28 </html>