summaryrefslogtreecommitdiffstats
path: root/templates/page-main.html
diff options
context:
space:
mode:
authorSimon Rettberg2013-10-28 18:29:29 +0100
committerSimon Rettberg2013-10-28 18:29:29 +0100
commit160880836462e277c77427e71a2ba97a2ad17184 (patch)
tree656a2199846bb762c91fdfdebe30c54fd36b21c4 /templates/page-main.html
parentShow different content on main page depending on logged in/guest status (diff)
downloadslx-admin-160880836462e277c77427e71a2ba97a2ad17184.tar.gz
slx-admin-160880836462e277c77427e71a2ba97a2ad17184.tar.xz
slx-admin-160880836462e277c77427e71a2ba97a2ad17184.zip
DB-Support, add user functionality
Diffstat (limited to 'templates/page-main.html')
-rw-r--r--templates/page-main.html7
1 files changed, 6 insertions, 1 deletions
diff --git a/templates/page-main.html b/templates/page-main.html
index 3cb64449..f7c0bfa3 100644
--- a/templates/page-main.html
+++ b/templates/page-main.html
@@ -1 +1,6 @@
-<h1>Willkommen, {{user}}</h1>
+<div class="jumbotron">
+ <h1>Willkommen, {{user}}</h1>
+ <p>Du hast es geschafft. dich einzuloggen. Starker Typ!</p>
+ <p>Du bist der Beste! Du bist der Größte! Ein Hoch auf {{user}}!</p>
+</div>
+