summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html50
1 files changed, 50 insertions, 0 deletions
diff --git a/index.html b/index.html
new file mode 100644
index 0000000..71087ba
--- /dev/null
+++ b/index.html
@@ -0,0 +1,50 @@
+<!DOCTYPE html>
+<!--
+ Copyright (C) 2014
+ This file is part of WvS VPlan.
+
+ WvS VPlan is free software: you can redistribute it and/or modify
+ it under the terms of the GNU Affero General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU Affero General Public License for more details.
+
+ You should have received a copy of the GNU Affero General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
+-->
+<html>
+ <head>
+ <meta charset="utf-8" />
+ <meta name="format-detection" content="telephone=no" />
+ <!-- WARNING: for iOS 7, remove the width=device-width and height=device-height attributes. See https://issues.apache.org/jira/browse/CB-4323 -->
+ <meta name="viewport" content="user-scalable=no, initial-scale=1, maximum-scale=1, minimum-scale=1, width=device-width, height=device-height, target-densitydpi=device-dpi" />
+ <link rel="stylesheet" type="text/css" href="css/index.css" />
+ <link rel="stylesheet" type="text/css" href="css/brick-1.0.0.css" />
+ <title>WvS VPlan</title>
+ </head>
+ <body>
+ <div class="app">
+ <figure class="Login">
+ <x-appbar>
+ <h1>WvS VPlan | Login</h1>
+ <button>=</button>
+ </x-appbar>
+ <x-layout>
+ <section>
+ Hallo Welt
+ </section>
+ </x-layout>
+ </figure>
+ </div>
+ <script type="text/javascript" src="phonegap.js"></script>
+ <script type="text/javascript" src="js/index.js"></script>
+ <script type="text/javascript">
+ app.initialize();
+ </script>
+ <script type="text/javascript" src="js/brick-1.0.0.js"></script>
+ </body>
+</html>