summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/index.html b/index.html
index 7811cd9..9cf66bb 100644
--- a/index.html
+++ b/index.html
@@ -29,13 +29,13 @@
<body>
<div class="app">
<x-flipbox id="viewFlipBox">
- <div>
+ <div>
<x-appbar>
<h1>WvS VPlan | Login</h1>
<button>=</button>
</x-appbar>
- <x-layout>
- <form action="javascript:document.getElementById('viewFlipBox').toggle();" onsubmit="login()">
+ <x-layout class="viewLayout">
+ <form action="javascript:login()">
<section>
<input type="text" id="username" hint="Benutzername" autofocus required>
<input type="password" id="password" hint="Passwort" required>
@@ -50,7 +50,7 @@
<h1>WvS VPlan | Vertretungsplan</h1>
<button>=</button>
</x-appbar>
- <x-layout>
+ <x-layout class="viewLayout">
Hier steht der V-Plan.
</x-layout>
</div>