Files
WeihnachtsKalenderMelly/index.php

74 lines
1.7 KiB
PHP

<?php
//<!-- PHP Fehler Anzeigen -->
//ini_set('error_reporting', E_ALL);
//ini_set('display_errors', 1);
//<!-- PHP Fehler Anzeigen -->
?>
<?php
$tab = $_GET["tab"];
if ($tab == "") {$tab = "home";}
?>
<!DOCTYPE html>
<html>
<head>
<title>Mellys Weihnachts Kalender</title>
<meta charset="UTF-8">
<meta name="theme-color" content="#dde7ea">
<meta name="viewport" content="width=device-width, initial-scale=0.7">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.0/jquery.min.js"></script>
<script src="main/min-script.js"></script>
<link rel="stylesheet" type="text/css" href="main/min-style.css">
<script src="main/lightbox-plus-jquery.min.js"></script>
<!--link rel="stylesheet" type="text/css" href="main/lightbox.min.css"-->
<script src="main/nav2.js"></script>
<script src="main/.js"></script>
<script src="main/schnee.js"></script>
<!--script src="main/schneeTeet.js"></script-->
</head>
<!--header in tap/nav2.php -->
<?php include('tab/nav2.php');?>
<!--body id="winter"-->
<body>
<div class="develop">
<h1>!!! Develop !!!</h1>
</div>
<article>
<?php include('tab/'.$tab.'.php');?>
</article>
<footer>
<img src="./inc/bg/1605110464788.png"></img>
<a href="?tab=impressum" <?php if ($tab == "impressum")?>>Impressum</a> <span id="footer2">-</span>
<a href="?tab=datenschutz" <?php if ($tab == "datenschutz")?>>Datenschutz</a> <span id="footer2">-</span>
<!--a href="?tab=datenschutz" <?php if ($tab == "danke")?>>Danke an...</a> <span id="footer2">-</span-->
<a href="mailto:jason@illg.me?subject=WeihnachtsKalender" target="_blank">Kontak</a>
</footer>
<script type="text/javascript">
initsnow();
</script>
</body>
</html>