Remove logging, add favicon

This commit is contained in:
2025-07-18 07:44:13 +02:00
parent f312edabd7
commit e346949953
5 changed files with 28 additions and 3 deletions

View File

@ -3,6 +3,8 @@
<head>
<meta charset="UTF-8" />
<link rel="icon" href="/favicon.ico" />
<link rel="icon" href="/favicon.svg" sizes="any" type="image/svg+xml" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Sshecret Admin</title>
</head>