46 lines
934 B
PHP
46 lines
934 B
PHP
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
|
|
<head>
|
|
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
|
|
<title>Sternwarte Welzheim</title>
|
|
|
|
<!--[if IE 5]>
|
|
|
|
<link href="css/ie5.css" rel="stylesheet" type="text/css" />
|
|
|
|
<![endif]--><!--[if IE]>
|
|
|
|
<style type="text/css">
|
|
|
|
<link href="css/ie.css" rel="stylesheet" type="text/css" />
|
|
|
|
</style>
|
|
|
|
<![endif]-->
|
|
|
|
<link href="css/sternwarte1.css" rel="stylesheet" type="text/css" />
|
|
</head>
|
|
|
|
<body class="thrColFixHdr">
|
|
<div id="container">
|
|
<?php include 'header.php'; ?>
|
|
<?php include 'navi.php'; ?>
|
|
<div id="sidebar2">
|
|
<?php include 'fdatum.php'; ?>
|
|
<?php include 'himmelerg.php'; ?>
|
|
</div>
|
|
|
|
<div id="mainContent">
|
|
<?PHP include 'datenschutztext.html' ?>
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</body>
|
|
</html>
|
|
|