add favicon

This commit is contained in:
Tutur33
2023-11-30 22:45:45 +01:00
parent e527cc29fa
commit 450cef915a
3 changed files with 2 additions and 0 deletions
+1
View File
@@ -26,6 +26,7 @@ $monthName = $months[$month];
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Calendar</title>
<link rel="stylesheet" href="style.css">
<link rel="icon" href="favicon.ico" type="image/x-icon">
</head>
<body>
<main>
Binary file not shown.

After

Width:  |  Height:  |  Size: 5.6 KiB

+1
View File
@@ -5,6 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Calendar</title>
<link rel="stylesheet" href="style.css">
<link rel="icon" href="favicon.ico" type="image/x-icon">
</head>
<body>
<header>