add favicon

This commit is contained in:
Waylon Walker 2023-11-13 13:05:38 -06:00
parent f545157606
commit 894bc8fc41
No known key found for this signature in database
GPG key ID: 66E2BF2B4190EFE4
2 changed files with 2 additions and 0 deletions

BIN
home/site/8bitcc.ico Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

View file

@ -5,6 +5,8 @@
<title>Home Lab</title> <title>Home Lab</title>
<meta charset="UTF-8" /> <meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" /> <meta name="viewport" content="width=device-width, initial-scale=1" />
<!-- icon -->
<link rel="icon" href="8bitcc.ico" type="image/x-icon" />
<link rel="stylesheet" href="app.css" /> <link rel="stylesheet" href="app.css" />
</head> </head>