change default icon to 64px

This commit is contained in:
sejo 2023-11-26 16:15:32 +01:00
parent 6b6ef0abcc
commit 7bf08fcaef
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@
</head>
<body>
<header>
<div id='header-icon'><a class='icon' href='./home.html' title='{title}'><img width="32" height="32" src='./img/iconocompudanzas_32.png' style='margin:0' alt='{title}'/></a></div>
<div id='header-icon'><a class='icon' href='./home.html' title='{title}'><img width="32" height="32" src='./img/iconocompudanzas_64.png' style='margin:0' alt='{title}'/></a></div>
<h1>{ptitle}</h1>
{webtranslation}
</header>