Fixed LICENSE and un-broke a thing in the guestbook CGI script

This commit is contained in:
swaggboi 2021-05-11 23:05:35 -04:00
parent 633bfe28c8
commit b4c7d9896b
2 changed files with 2 additions and 2 deletions

View File

@ -582,7 +582,7 @@ them to the start of each source file to most effectively state the exclusion
of warranty; and each file should have at least the "copyright" line and a of warranty; and each file should have at least the "copyright" line and a
pointer to where the full notice is found. pointer to where the full notice is found.
<one line to give the program's name and a brief idea of what it does.> Source code for http://www.swagg.net
Copyright (C) 2021 Daniel Bowling Copyright (C) 2021 Daniel Bowling

View File

@ -195,7 +195,7 @@ print $q->header(-charset => 'UTF-8');
# Print the head & title, begin the body # Print the head & title, begin the body
print $q->start_html( print $q->start_html(
-dtd => 'html', #-dtd => 'html',
-title => 'SwaggNet Guestbook', -title => 'SwaggNet Guestbook',
-style => '/css/swagg.css' -style => '/css/swagg.css'
); );