schnee effeckt und fehler Korektur
This commit is contained in:
26
index.php
26
index.php
@@ -1,3 +1,12 @@
|
||||
<?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";}
|
||||
@@ -15,10 +24,16 @@ if ($tab == "") {$tab = "home";}
|
||||
<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">
|
||||
<!--link rel="stylesheet" type="text/css" href="main/lightbox.min.css"-->
|
||||
<script src="main/nav2.js"></script>
|
||||
<script src="main/schnee.js"></script>
|
||||
|
||||
</head>
|
||||
|
||||
<div class="develop">
|
||||
<h1>!!! Develop !!!</h1>
|
||||
</div>
|
||||
|
||||
<!--header in tap/nav2.php -->
|
||||
|
||||
<?php include('tab/nav2.php');?>
|
||||
@@ -36,8 +51,15 @@ if ($tab == "") {$tab = "home";}
|
||||
<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="mailto:illg@illg.xyz?subject=WeihnachtsKalender" target="_blank">Kontak</a>
|
||||
<a href="mailto:jason@illg.me?subject=WeihnachtsKalender" target="_blank">Kontak</a>
|
||||
</footer>
|
||||
|
||||
<script type="text/javascript">
|
||||
initsnow();
|
||||
</script>
|
||||
|
||||
</body>
|
||||
|
||||
|
||||
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user