move includes

This commit is contained in:
Lilith Ashley Nyx Arson 🔥 2023-09-02 23:19:19 +02:00
parent 170985b8f3
commit ffb934447c
Signed by: root
GPG key ID: 83A53A8C412E93F5
6 changed files with 9 additions and 9 deletions

View file

@ -43,9 +43,9 @@ if ($time > 0) {
</head>
<body>
<?php include("top.php"); ?>
<?php include("inc/top.php"); ?>
<div class="container">
<?php include("header.php"); ?>
<?php include("inc/header.php"); ?>
<div class="section">
<h2>Introduction</h2>
<p>hello im yuki and welcome to my super epic webpage</p>
@ -96,7 +96,7 @@ foreach ($posts as $idx => $post) {
<?php } ?>
</div>
*/ ?>
<?php include("footer.php"); ?>
<?php include("inc/footer.php"); ?>
</div>
</body>