diff options
| -rw-r--r-- | archive/the_philosophy_commune.html | 8 | ||||
| -rwxr-xr-x | cgi-bin/guest_book.cgi | 8 | ||||
| -rw-r--r-- | images/back_home.png | bin | 0 -> 816 bytes | |||
| -rw-r--r-- | linux_room.html | 8 | ||||
| -rw-r--r-- | music_room.html | 8 | ||||
| -rw-r--r-- | nathans_philosophy.html | 8 | ||||
| -rw-r--r-- | tv_corner.html | 8 | 
7 files changed, 12 insertions, 36 deletions
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">--> 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">--> Back to main page</a></h2> -                        </td> -                    </tr>                  </table>              {guest_html} diff --git a/images/back_home.png b/images/back_home.png Binary files differnew file mode 100644 index 0000000..7890d23 --- /dev/null +++ b/images/back_home.png 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">--> 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">--> 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> @@ -50,12 +52,6 @@ table {              <tr>                  <td> -                    <h2><a href="index.html">--> Back to main page</a></h2> -                </td> -            </tr> - -            <tr> -                <td>                      <h3>Content:</h3>                      <ul>                          <li><a href="#geist">The Geist</a></li> 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">--> Back to main page</a></h2> -                </td> -        	</tr> -          	<tr>          	    <td>          	        <h2>Where do I watch X show?</h2>  | 
