logo is 32x32
M · style.css +1, -01@@ -34,6 +34,7 @@ h1, h2, h3, h4, h5, h6 {
2 }
3
4 h1 img {
5+ width: 32px;
6 height: 32px;
7 }
8
M · urmoms.c
+1, -11@@ -32,7 +32,7 @@ writeheader(FILE *fp)
2 name, relpath);
3 fprintf(fp, "<link rel=\"stylesheet\" type=\"text/css\" href=\"%sstyle.css\" />\n", relpath);
4 fputs("</head>\n<body>\n<center>\n", fp);
5- fprintf(fp, "<h1><img src=\"%slogo.png\" alt=\"\" /> %s <span class=\"desc\">%s</span></h1>\n",
6+ fprintf(fp, "<h1><img src=\"%slogo.png\" alt=\"\" width=\"32\" height=\"32\" /> %s <span class=\"desc\">%s</span></h1>\n",
7 relpath, name, description);
8 fprintf(fp, "<a href=\"%slog.html\">Log</a> | ", relpath);
9 fprintf(fp, "<a href=\"%sfiles.html\">Files</a>", relpath);