Fixing the only invalid HTML (damn img alt text)

This commit is contained in:
Jarkko Toivanen 2024-09-28 20:00:45 +03:00
parent 3de23d681b
commit 54282941fe
Signed by: jt
GPG key ID: 9151B109B73ECAD5
2 changed files with 2 additions and 1 deletions

View file

@ -32,7 +32,7 @@ if(!$database) {
</div>
<div id="centerbox">
<div id="titlebox"><img src="favicon.ico" />Snuffler</div>
<div id="titlebox"><img src="favicon.ico" alt="" />Snuffler</div>
<?php
if (!$database->getAuthedUserId()) {

View file

@ -1,4 +1,5 @@
body {
font-family: Tahoma, Verdana, sans-serif;
background-color: #000000;
color: #ffc000;
}