Skip to content

Commit 0fbca55

Browse files
author
Neale Pickett
committedOct 26, 2010
Switch over another dirtbags.css reference
1 parent 0182f55 commit 0fbca55

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎designer.cgi.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ croak(char *msg)
141141

142142
printf("Content-type: text/html\n\n");
143143
printf("<html><head>\n");
144-
printf("<link rel=\"stylesheet\" href=\"dirtbags.css\" type=\"text/css\">\n");
144+
printf("<link rel=\"stylesheet\" href=\"style.css\" type=\"text/css\">\n");
145145
printf("<title>Tank submission error</title>\n");
146146
printf("</head><body><h1>Tank submission error</h1>\n");
147147
if (msg) {
@@ -293,7 +293,7 @@ main(int argc, char *argv[])
293293
printf("Content-type: text/html\n\n");
294294
printf("<!DOCTYPE html>\n");
295295
printf("<html><head>\n");
296-
printf("<link rel=\"stylesheet\" href=\"dirtbags.css\" type=\"text/css\">\n");
296+
printf("<link rel=\"stylesheet\" href=\"style.css\" type=\"text/css\">\n");
297297
printf("<title>Tank submitted</title>\n");
298298
printf("</head><body><h1>Tank submitted</h1>\n");
299299
printf("<p>You just uploaded a tank!</p>\n");

0 commit comments

Comments
 (0)