Restructured Repo

This commit is contained in:
luke-else
2021-10-29 21:05:54 +01:00
parent d5da488572
commit cee2eb365d
38 changed files with 0 additions and 0 deletions

View File

@ -0,0 +1,13 @@
<?php
if($_SERVER['REQUEST_URI'] == "/examples.php"){
include "examples-header.html";
}elseif ($_SERVER['REQUEST_URI'] == "/faq.php") {
include "faq-header.html";
}else{
include "index-header.html";
}
//echo "<script>console.log(' " . $_SERVER['REQUEST_URI'] . " ')</script>";
?>