aboutsummaryrefslogtreecommitdiff
path: root/cgi-bin
diff options
context:
space:
mode:
authornathansmith117 <nathansmith@posteo.com>2025-03-14 02:22:35 -0600
committernathansmith117 <nathansmith@posteo.com>2025-03-14 02:22:35 -0600
commit635180469feb7835c2d7fe8000aa89d1cfc06acf (patch)
tree290e4d936de6f99fd0bb0362ac3b10fd36a885ec /cgi-bin
parent8e58c4b0299299ee14da4aa2ec848cc0acffb9e5 (diff)
Finally found a better way to navigate
Diffstat (limited to 'cgi-bin')
-rwxr-xr-xcgi-bin/guest_book.cgi8
1 files changed, 2 insertions, 6 deletions
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}