Finish framework, include W3.css build web site via templates and jQuery
[infodrom/musiikki-web.git] / templates / home.phtml
diff --git a/templates/home.phtml b/templates/home.phtml
new file mode 100644 (file)
index 0000000..39465e6
--- /dev/null
@@ -0,0 +1,7 @@
+<!-- Home -->
+<div class="w3-container" id="home" style="margin-top:80px">
+  <h1 class="w3-xxxlarge"><b><?=Config::main()->get('title')?></b></h1>
+  <hr style="width:50px;border:5px solid blue" class="w3-round">
+  <p>Willkommen in der Administration des Infodrom MediaServer.</p>
+  <p>Hier haben Sie die Möglichkeit, den internen WLAN-AccessPoint sowie die Netzwerk-Laufwerke zu konfigurieren.</p>
+</div>