From 635180469feb7835c2d7fe8000aa89d1cfc06acf Mon Sep 17 00:00:00 2001
From: nathansmith117 <nathansmith@posteo.com>
Date: Fri, 14 Mar 2025 02:22:35 -0600
Subject: Finally found a better way to navigate

---
 archive/the_philosophy_commune.html |   8 ++------
 cgi-bin/guest_book.cgi              |   8 ++------
 images/back_home.png                | Bin 0 -> 816 bytes
 linux_room.html                     |   8 ++------
 music_room.html                     |   8 ++------
 nathans_philosophy.html             |   8 ++------
 tv_corner.html                      |   8 ++------
 7 files changed, 12 insertions(+), 36 deletions(-)
 create mode 100644 images/back_home.png

diff --git a/archive/the_philosophy_commune.html b/archive/the_philosophy_commune.html
index 482fc4b..b379f2a 100644
--- a/archive/the_philosophy_commune.html
+++ b/archive/the_philosophy_commune.html
@@ -29,6 +29,8 @@ table {
 </head>
  
 <body>
+    <a href="../index.html"><img src="../images/back_home.png" alt="Back to home page"/></a>
+    
     <center>
         <h1>The philosophy commune</h1>
 
@@ -58,12 +60,6 @@ table {
                     </ul>
                 </td>
             </tr>
-
-            <tr>
-                <td>
-                    <h2><a href="../index.html">--&gt; Back to main page</a></h2>
-                </td>
-            </tr>
         </table>
 
         <table border="1" width="60%">
diff --git a/cgi-bin/guest_book.cgi b/cgi-bin/guest_book.cgi
index bc2f803..b07ffb6 100755
--- a/cgi-bin/guest_book.cgi
+++ b/cgi-bin/guest_book.cgi
@@ -118,6 +118,8 @@ def display_html(fields_reponse):
         </head>
 
         <body>
+            <a href="../index.html"><img src="../images/back_home.png" alt="Back to home page"/></a>
+            
             <center>
                 <table border="1" width="60%">
                     <tr>
@@ -139,12 +141,6 @@ def display_html(fields_reponse):
                             {fields_reponse}
                         </td>
                     </tr>
-
-                    <tr>
-                        <td>
-                            <h2><a href="../index.html">--&gt; Back to main page</a></h2>
-                        </td>
-                    </tr>
                 </table>
 
             {guest_html}
diff --git a/images/back_home.png b/images/back_home.png
new file mode 100644
index 0000000..7890d23
Binary files /dev/null and b/images/back_home.png differ
diff --git a/linux_room.html b/linux_room.html
index fdb5bf3..ace288c 100644
--- a/linux_room.html
+++ b/linux_room.html
@@ -26,6 +26,8 @@ table {
 </head>
  
 <body>
+    <a href="index.html"><img src="images/back_home.png" alt="Back to home page"/></a>
+    
     <center>
         <img src="images/flying_tux.gif" alt="Tux the penguin flying"/>
         <table border="1" width="60%">
@@ -55,12 +57,6 @@ table {
                     </p>
                 </td>
             </tr>
-
-            <tr>
-                <td>
-                    <h2><a href="index.html">--&gt; Back to main page</a></h2>
-                </td>
-            </tr>
         </table>
 
         <table border="1" width="60%">
diff --git a/music_room.html b/music_room.html
index b78b3d5..d0ab1fb 100644
--- a/music_room.html
+++ b/music_room.html
@@ -25,6 +25,8 @@ table {
 </head>
  
 <body>
+    <a href="index.html"><img src="images/back_home.png" alt="Back to home page"/></a>
+    
     <center>
         <table border="1" width="60%">
         	<tr>
@@ -45,12 +47,6 @@ table {
         		    </p>
         		</td>
         	</tr>
-
-            <tr>
-                <td>
-                    <h2><a href="index.html">--&gt; Back to main page</a></h2>
-                </td>
-            </tr>
         </table>
 
         <table border="1" width="60%">
diff --git a/nathans_philosophy.html b/nathans_philosophy.html
index e9e925a..9ab32e6 100644
--- a/nathans_philosophy.html
+++ b/nathans_philosophy.html
@@ -25,6 +25,8 @@ table {
 </head>
  
 <body>
+    <a href="index.html"><img src="images/back_home.png" alt="Back to home page"/></a>
+    
     <center>
         <h1>Nathan's philosophy</h1>
         
@@ -48,12 +50,6 @@ table {
                 </td>
             </tr>
 
-            <tr>
-                <td>
-                    <h2><a href="index.html">--&gt; Back to main page</a></h2>
-                </td>
-            </tr>
-
             <tr>
                 <td>
                     <h3>Content:</h3>
diff --git a/tv_corner.html b/tv_corner.html
index aba819d..990e102 100644
--- a/tv_corner.html
+++ b/tv_corner.html
@@ -25,6 +25,8 @@ table {
 </head>
  
 <body>
+    <a href="index.html"><img src="images/back_home.png" alt="Back to home page"/></a>
+    
     <center>
         <table border="1" width="60%">
             <tr>
@@ -36,12 +38,6 @@ table {
                 </td>
             </tr>
 
-            <tr>
-                <td>
-                    <h2><a href="index.html">--&gt; Back to main page</a></h2>
-                </td>
-        	</tr>
-
         	<tr>
         	    <td>
         	        <h2>Where do I watch X show?</h2>
-- 
cgit v1.2.3