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"> <html lang="en">
<head> <head>
<meta charset="UTF-8" /> <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" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Davis Fencl</title> <title>Davis Fencl</title>
</head> </head>
+1
View File
@@ -0,0 +1 @@
Debug file works.

Before

Width:  |  Height:  |  Size: 185 KiB

After

Width:  |  Height:  |  Size: 185 KiB