diff options
Diffstat (limited to 'cgi-bin/guest_book.cgi')
-rwxr-xr-x | cgi-bin/guest_book.cgi | 8 |
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">--> Back to main page</a></h2> - </td> - </tr> </table> {guest_html} |