diff options
| author | Horus3 | 2014-02-09 17:21:59 +0100 |
|---|---|---|
| committer | Horus3 | 2014-02-09 17:21:59 +0100 |
| commit | 65dc06eab2305800ad862b4621807fd7d4f7fe8d (patch) | |
| tree | c8efcc90589d30ecbe838fc7822c8d031cbececa /index.php | |
| download | jungegemeinde-65dc06eab2305800ad862b4621807fd7d4f7fe8d.tar.gz | |
Init
Diffstat (limited to 'index.php')
| -rw-r--r-- | index.php | 47 |
1 files changed, 47 insertions, 0 deletions
diff --git a/index.php b/index.php new file mode 100644 index 0000000..25aabb6 --- /dev/null +++ b/index.php @@ -0,0 +1,47 @@ +<?php include('auth.php'); +include("header.php"); +?> + +<div id='content_container' align='center'> + <br> + <div class='kleineschrift'> + <div class='ueberschrift'><p>JUNGE GEMEINDE ADLERSHOF</p> + </div> + </div> +<?php +if($_SESSION["username"] == "jg-adlershof"){ +$name = "Gast"; +} else { +$name = $_SESSION["username"]; +} + echo " +<br> +<div class='kleineschrift'> +<div style='width:800px;' class='katze' id='behaelter' align='center'> + Hallo $name.<br> Willkommen auf der Webpage für die Junge Gemeinde in Adlershof. Für einen persönlichen Zugang, und um alle Features zu nutzen, registriere dich doch <a +style='text-decoration:underline;color:blue;' href='register.php'>hier</a>. Wenn du Probleme bei der Navigation hast, dann schau unter <a style='text-decoration: underline;color:blue;' +href='help.php'>Hilfe</a> nach. <br> + Für Anregungen und Kritik bin ich immer zu haben. Schick mir einfach ne Mail oder sags mir nächsten Donnerstag. ;) + <br><bR> + PS: Du kannst dich nach einer Registrierung auch mit deinem Username einloggen. +</div> +</div> +"; +?> + +<br><br> +<div class='katze' align='center'><pre> + ,/| _.--''^``-...___.._.,; + /, \'. _-' ,--,,,--''' + { \ `_-'' ' /} + `;;' ; ; ; + ._.--'' ._,,, _..' .;.' + (,_....----''' (,..--'' +</pre></div> + + +</div> +</div> +</body> +</html> + |
