From 318c60271a49dd43fc5d2c86fbf762c4482054c5 Mon Sep 17 00:00:00 2001 From: zyqunix <117040076+zyqunix@users.noreply.github.com> Date: Sun, 19 Jan 2025 17:01:37 +0000 Subject: [PATCH] add favicon --- code/index.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/code/index.html b/code/index.html index 34399a5..916ae5a 100644 --- a/code/index.html +++ b/code/index.html @@ -5,6 +5,7 @@ <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Code Help Stuff</title> + <link rel="shortcut icon" href="https://rimgo.pussthecat.org/RFbdMMB.png" type="image/x-icon"> <link rel="stylesheet" href="style.css"> </head> @@ -1007,4 +1008,4 @@ </div> </body> -</html> \ No newline at end of file +</html>