Update navigation.php

This commit is contained in:
gr00tie 2023-11-14 12:59:34 +01:00 committed by GitHub
parent 5361fc2564
commit 6978fc9069
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,7 +2,7 @@
$host = $_SERVER['HTTP_HOST'];
if ($host == 'dev.dtch.online') {
echo "You are on the development! Site";
echo "<center>You are on the development! Site</center>";
}
?>
<div class="topnav">
@ -29,4 +29,4 @@ function myFunction() {
x.style.display = "block";
}
}
</script>
</script>