]> git.bochard.net Git - mysite.git/commitdiff
added something on my files
authorbochard <mail@tenkyuu.dev>
Mon, 28 Apr 2025 01:58:09 +0000 (09:58 +0800)
committerbochard <mail@tenkyuu.dev>
Mon, 28 Apr 2025 01:58:09 +0000 (09:58 +0800)
files/youtube_LZgeIReY04c_720x480_h264.mp4 [new file with mode: 0644]
index.php
info.php
links.php
projects/index.php
sitemap.php

diff --git a/files/youtube_LZgeIReY04c_720x480_h264.mp4 b/files/youtube_LZgeIReY04c_720x480_h264.mp4
new file mode 100644 (file)
index 0000000..2432771
Binary files /dev/null and b/files/youtube_LZgeIReY04c_720x480_h264.mp4 differ
index 97f850a301c3f8504e5de499be5ba94d6fe26038..62bd70cccb44a9161b5633bf3690463b3fd52c4b 100755 (executable)
--- a/index.php
+++ b/index.php
@@ -2,7 +2,6 @@
   $path = $_SERVER['DOCUMENT_ROOT'];\r
   $path .= '/includes';\r
 ?>\r
-\r
 <!DOCTYPE html>\r
 <html lang="en">\r
 <head>\r
index f55ca2265cb5f34b0b71c4e1c957c87410cde049..de0d57c1fb15f7e7695e9cf6bfc92a4a4cd9d3f1 100644 (file)
--- a/info.php
+++ b/info.php
@@ -2,7 +2,6 @@
   $path = $_SERVER['DOCUMENT_ROOT'];
   $path .= '/includes';
 ?>
-
 <!DOCTYPE html>
 <html lang="en">
 <head>
index f5a605882c86bf31d652a1dff1b0f0bee4d795bf..057ba3b401c860661e3b324b080bd123e763008e 100755 (executable)
--- a/links.php
+++ b/links.php
@@ -2,7 +2,6 @@
   $path = $_SERVER['DOCUMENT_ROOT'];
   $path .= '/includes';
 ?>
-
 <!DOCTYPE html>
 <html lang="en">
 <head>
index a91dd41e189c76cc9447ffb42a696a1664abc4a7..54bbb3c2f2603508fdebf668204134389aee13dd 100755 (executable)
@@ -2,7 +2,6 @@
   $path = $_SERVER['DOCUMENT_ROOT'];
   $path .= '/includes';
 ?>
-
 <!DOCTYPE html>
 <html lang="en">
 <head>
   <link rel="stylesheet" href="/styles/root.css">
 </head>
 <body>
-  <?php include_once ($path . '/header.php');?>
+  <?php include_once($path . '/header.php');?>
 
   <main>
     <img src="/images/gifs/titles/projectspageburning.gif" class="page-title">
-    <?php include_once ($path . '/nav.php');?>
+    <?php include_once($path . '/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>
@@ -63,6 +62,6 @@
     </section>
   </main>
 
-  <?php include_once ($path . '/footer.php');?>
+  <?php include_once($path . '/footer.php');?>
 </body>
 </html>
\ No newline at end of file
index 39de145564be3f71490a546cad2936902a9238c5..747d94f9e1f8c8207c200200ef2d52319570b0a4 100755 (executable)
@@ -2,7 +2,6 @@
   $path = $_SERVER['DOCUMENT_ROOT'];
   $path .= '/includes';
 ?>
-
 <!DOCTYPE html>
 <html lang="en">
 <head>