]> git.bochard.net Git - mysite.git/commitdiff
fix the external php for index file in projects page
authorbochard <mail@tenkyuu.dev>
Sat, 26 Apr 2025 02:26:25 +0000 (10:26 +0800)
committerbochard <mail@tenkyuu.dev>
Sat, 26 Apr 2025 02:26:25 +0000 (10:26 +0800)
projects/index.php

index 3139ac1fcbb811cb1f9e999b9c5dd6a239ccef61..eb9f557cfbe9b0bcc2897208befe3db93cedad34 100755 (executable)
   <link rel="stylesheet" href="/styles/root.css">
 </head>
 <body>
-  <?php include '../includes/header.php';?>
+  <?php include '/includes/header.php';?>
 
   <main>
     <img src="/images/gifs/titles/projectspageburning.gif" class="page-title">
-    <?php include './includes/nav.php';?>
+    <?php include '/includes/nav.php';?>
     <section style="text-align: center;">
       <h1>My projects' list</h1>
       <p>below are some of the coding projects I made, some of them are left unfinished.</p>