summaryrefslogtreecommitdiff
path: root/urmoms.c
diff options
context:
space:
mode:
authorHiltjo Posthuma <hiltjo@codemadness.org>2015-12-07 21:20:59 +0100
committerHiltjo Posthuma <hiltjo@codemadness.org>2015-12-07 21:20:59 +0100
commit8de7a32f0744acd6a8279470861440bd287a1bd4 (patch)
treee2a51c1b0d76c9c035f168cdbb5122d5a49a8c9d /urmoms.c
parent86c970e1ecbe8a0c4c2e4c6dc12b38d03a4cc3cd (diff)
logo is 32x32
Diffstat (limited to 'urmoms.c')
-rw-r--r--urmoms.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/urmoms.c b/urmoms.c
index 37f5446..5e10a2f 100644
--- a/urmoms.c
+++ b/urmoms.c
@@ -32,7 +32,7 @@ writeheader(FILE *fp)
name, relpath);
fprintf(fp, "<link rel=\"stylesheet\" type=\"text/css\" href=\"%sstyle.css\" />\n", relpath);
fputs("</head>\n<body>\n<center>\n", fp);
- fprintf(fp, "<h1><img src=\"%slogo.png\" alt=\"\" /> %s <span class=\"desc\">%s</span></h1>\n",
+ fprintf(fp, "<h1><img src=\"%slogo.png\" alt=\"\" width=\"32\" height=\"32\" /> %s <span class=\"desc\">%s</span></h1>\n",
relpath, name, description);
fprintf(fp, "<a href=\"%slog.html\">Log</a> | ", relpath);
fprintf(fp, "<a href=\"%sfiles.html\">Files</a>", relpath);