From a38b48169216344df17d9f09edffb8e84c0d5a5d Mon Sep 17 00:00:00 2001 From: ToxicGold180 <106565951+ToxicGold180@users.noreply.github.com> Date: Tue, 17 Dec 2024 19:00:33 -0700 Subject: [PATCH] Add simple favicon Simple favicon using one line of code and the book gif that is already present. --- index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/index.html b/index.html index df014ca..fca8916 100644 --- a/index.html +++ b/index.html @@ -7,6 +7,7 @@ <script src="data.js?10"></script> <script src="script.js?15"></script> <link rel="stylesheet" type="text/css" href="style.css?3"> + <link rel="icon" type="image/x-icon" href="images/book.gif"> <script src="https://unpkg.com/@hungrybluedev/theme-switcher@latest/dist/switch.js" type="module" defer></script> </head> <body>