fix: rename logo.jpg to favicon.jpg and add debug file
continuous-integration/drone/push Build is passing

This commit is contained in:
David Fencl
2025-12-11 20:32:34 +01:00
parent 583075a0fd
commit ac43c24f20
3 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/jpeg" href="/logo.jpg" />
<link rel="icon" type="image/jpeg" href="/favicon.jpg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Davis Fencl</title>
</head>