diff options
author | nathan <nathansmith@disroot.org> | 2025-05-24 00:06:41 -0600 |
---|---|---|
committer | nathan <nathansmith@disroot.org> | 2025-05-24 00:06:41 -0600 |
commit | 77e0166cca83411a9653eaba02ac439f519aedee (patch) | |
tree | 749e634dafc1bd205e27b23a9acff078dbc5545f /org/cgi-bin | |
parent | 64b45b97fa1f6094b502d8bfcca31bb88581a58c (diff) |
Renamed things and lowered bandwidth for backgrounds
Diffstat (limited to 'org/cgi-bin')
-rwxr-xr-x | org/cgi-bin/guest-book.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/org/cgi-bin/guest-book.cgi b/org/cgi-bin/guest-book.cgi index c88b6bd..bfad47b 100755 --- a/org/cgi-bin/guest-book.cgi +++ b/org/cgi-bin/guest-book.cgi @@ -145,7 +145,7 @@ <style>\n\ body {\n\ color: black;\n\ - background-image: url('../images/guest_book_background.png');\n\ + background-image: url('../images/guest-book-background.png');\n\ }\n\ \n\ table {\n\ |