Switch over another dirtbags.css reference

This commit is contained in:
Neale Pickett 2010-10-26 14:17:17 -06:00
parent 0182f5575f
commit 0fbca55a98
1 changed files with 2 additions and 2 deletions

View File

@ -141,7 +141,7 @@ croak(char *msg)
printf("Content-type: text/html\n\n"); printf("Content-type: text/html\n\n");
printf("<html><head>\n"); printf("<html><head>\n");
printf("<link rel=\"stylesheet\" href=\"dirtbags.css\" type=\"text/css\">\n"); printf("<link rel=\"stylesheet\" href=\"style.css\" type=\"text/css\">\n");
printf("<title>Tank submission error</title>\n"); printf("<title>Tank submission error</title>\n");
printf("</head><body><h1>Tank submission error</h1>\n"); printf("</head><body><h1>Tank submission error</h1>\n");
if (msg) { if (msg) {
@ -293,7 +293,7 @@ main(int argc, char *argv[])
printf("Content-type: text/html\n\n"); printf("Content-type: text/html\n\n");
printf("<!DOCTYPE html>\n"); printf("<!DOCTYPE html>\n");
printf("<html><head>\n"); printf("<html><head>\n");
printf("<link rel=\"stylesheet\" href=\"dirtbags.css\" type=\"text/css\">\n"); printf("<link rel=\"stylesheet\" href=\"style.css\" type=\"text/css\">\n");
printf("<title>Tank submitted</title>\n"); printf("<title>Tank submitted</title>\n");
printf("</head><body><h1>Tank submitted</h1>\n"); printf("</head><body><h1>Tank submitted</h1>\n");
printf("<p>You just uploaded a tank!</p>\n"); printf("<p>You just uploaded a tank!</p>\n");