diff options
| author | root | 2014-04-14 08:35:13 +0200 |
|---|---|---|
| committer | root | 2014-04-14 08:35:13 +0200 |
| commit | 12734da8826299ffd24c0a15f6dbf205892d7221 (patch) | |
| tree | 3b894dd30e332df23a564ce44e42ce164c8abd78 /oldwww/lolrndm.php | |
| parent | 7b9d516cd3bcdb8eaa5f1eb533d71010061c681b (diff) | |
| download | jungegemeinde-12734da8826299ffd24c0a15f6dbf205892d7221.tar.gz | |
Pushed to v3
Diffstat (limited to 'oldwww/lolrndm.php')
| -rw-r--r-- | oldwww/lolrndm.php | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/oldwww/lolrndm.php b/oldwww/lolrndm.php new file mode 100644 index 0000000..d24fd0b --- /dev/null +++ b/oldwww/lolrndm.php @@ -0,0 +1,44 @@ +<?php + +/* Copyright Maximilian Möhring, 2013 +Licensed under the GPL. Read LICENSE for more Information.*/ + +include("auth.php"); +include("header.php");?> + +<div id='content_container' align='center'> +<div class='kleineschrift'> + <div style='width:800px;' class='katze' id='behaelter' align='center'> + <br/><br/><br/> + <div class='kleineschrift'> + <div class='ueberschrift'><p>Upps. Das scheint nicht die Seite zu sein, die du gesucht hast.</p> + </div> + </div> + +<br/> +<br/> +<br/> + +<p> + <object classid="CLSID:D27CDB6E-AE6D-11cf-96B8-444553540000" width="100%" height="100%" + codebase="http://active.macromedia.com/flash2/cabs/swflash.cab#version=4,0,0,0"> + <param name="movie" value="Gununu_all.swf"> + <param name="quality" value="high"> + <param name="scale" value="exactfit"> + <param name="menu" value="true"> + <param name="bgcolor" value="#000040"> + <embed src="https://cdn.iamfabulous.de/swf/Gununu_all.swf" quality="high" scale="exactfit" menu="false" + bgcolor="#000000" width="600" height="400" swLiveConnect="false" + type="application/x-shockwave-flash" + pluginspage="http://www.macromedia.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash"> + </embed> + </object> +</p> +<br> +<p><a href="/">Zurück zur Startseite.</a></p> +</div> +</div> +</div> +</div> + +</body> |
