1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
|
<?php include("checkuser.php"); ?>
<html> <head> <title>Der Mühlenhof</title>
<link rel="stylesheet" href="style.css" type="text/css">
</head> <body>
<!-- Start Content -->
<div class="content">
<?php echo date("d.m.Y"); ?>
</div>
<!-- End Content -->
<!-- Start Navigation --> <div class="navigation"><center> START ⁄ ZUM MÜHLENHOF ⁄ PFERDEZEITSCHRIFT ⁄ REITERSHOP ⁄ REITERSTÜBCHEN </center></div> <!-- End Navigation -->
</body>
</html> |