import from old webserver
This commit is contained in:
commit
364078d29e
640 changed files with 85959 additions and 0 deletions
25
anmeldung.php
Normal file
25
anmeldung.php
Normal file
|
@ -0,0 +1,25 @@
|
|||
<?php
|
||||
readfile("site_header.html");
|
||||
?>
|
||||
|
||||
<title>Easterhegg 2011 - Anmeldung</title>
|
||||
|
||||
<?php
|
||||
readfile("site_menu.html");
|
||||
?>
|
||||
|
||||
<!-- begin of specific page content -->
|
||||
|
||||
<h1><abbr title="Easterhegg 2011">EH11</abbr>:<abbr title="Anmeldung">Anmeldung</abbr></h1>
|
||||
<div id="main">
|
||||
<h2>Anmeldung</h2>
|
||||
<div class="announcement">
|
||||
<h1 class="warning">Feedback</h1>
|
||||
<ul><li>Die maximal geplante Teilnehmeranzahl ist erreicht.</li></ul>
|
||||
</div>
|
||||
|
||||
<!-- end of specific page content -->
|
||||
|
||||
<?php
|
||||
readfile("site_footer.html");
|
||||
?>
|
Loading…
Add table
Add a link
Reference in a new issue