From 85bf1a6be5cf9642720dee9c2bcf17015d1aaf48 Mon Sep 17 00:00:00 2001 From: bochard Date: Sat, 26 Apr 2025 11:03:23 +0800 Subject: [PATCH] fixed default path for php external embed --- index.php | 11 ++++++++--- info.php | 11 ++++++++--- links.php | 11 ++++++++--- projects/index.php | 11 ++++++++--- sitemap.php | 11 ++++++++--- 5 files changed, 40 insertions(+), 15 deletions(-) diff --git a/index.php b/index.php index 6ca785a..e290c16 100755 --- a/index.php +++ b/index.php @@ -1,3 +1,8 @@ + + @@ -41,11 +46,11 @@ - +
- +

You found my net home!

Hi! welcome to my net home.

@@ -141,6 +146,6 @@
- + \ No newline at end of file diff --git a/info.php b/info.php index e493009..5095ed5 100644 --- a/info.php +++ b/info.php @@ -1,3 +1,8 @@ + + @@ -11,17 +16,17 @@ - +
- +

About me!

Sorry, nothing to see here yet :<

- + \ No newline at end of file diff --git a/links.php b/links.php index 45ddc33..b33a230 100755 --- a/links.php +++ b/links.php @@ -1,3 +1,8 @@ + + @@ -11,17 +16,17 @@ - +
- +

Some useful links.

Sorry, nothing to see here yet :<

- + \ No newline at end of file diff --git a/projects/index.php b/projects/index.php index eb9f557..2172d26 100755 --- a/projects/index.php +++ b/projects/index.php @@ -1,3 +1,8 @@ + + @@ -11,11 +16,11 @@ - +
- +

My projects' list

below are some of the coding projects I made, some of them are left unfinished.

@@ -46,6 +51,6 @@
- + \ No newline at end of file diff --git a/sitemap.php b/sitemap.php index 069c9e3..49f12e1 100755 --- a/sitemap.php +++ b/sitemap.php @@ -1,3 +1,8 @@ + + @@ -11,17 +16,17 @@ - +
- +

All paths to my site.

Sorry, nothing to see here yet :<

- + \ No newline at end of file -- 2.39.5