File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -141,7 +141,7 @@ croak(char *msg)
141
141
142
142
printf ("Content-type: text/html\n\n" );
143
143
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" );
145
145
printf ("<title>Tank submission error</title>\n" );
146
146
printf ("</head><body><h1>Tank submission error</h1>\n" );
147
147
if (msg ) {
@@ -293,7 +293,7 @@ main(int argc, char *argv[])
293
293
printf ("Content-type: text/html\n\n" );
294
294
printf ("<!DOCTYPE html>\n" );
295
295
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" );
297
297
printf ("<title>Tank submitted</title>\n" );
298
298
printf ("</head><body><h1>Tank submitted</h1>\n" );
299
299
printf ("<p>You just uploaded a tank!</p>\n" );
You can’t perform that action at this time.
0 commit comments