add favicons

This commit is contained in:
Pavel Sviderski
2025-01-10 19:07:55 +10:00
parent 092fe254aa
commit c29fa571e1
3 changed files with 3 additions and 0 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

+3
View File
@@ -6,6 +6,9 @@
<title>Gray HTML Demo - Home</title> <title>Gray HTML Demo - Home</title>
<meta name="viewport" content="width=device-width,initial-scale=1"> <meta name="viewport" content="width=device-width,initial-scale=1">
<link href="./style.css" rel="stylesheet"> <link href="./style.css" rel="stylesheet">
<link rel="apple-touch-icon" href="./images/apple-touch-icon.png" sizes="180x180" />
<link rel="icon" type="image/svg+xml" href="./images/logo.svg" />
<link rel="alternate icon" type="image/png" href="./images/favicon.png" sizes="96x96" />
</head> </head>
<body class="font-inter antialiased bg-white text-zinc-900 tracking-tight"> <body class="font-inter antialiased bg-white text-zinc-900 tracking-tight">