diff options
author | Jacob Janzen <jacob.a.s.janzen@gmail.com> | 2024-03-17 21:36:51 -0500 |
---|---|---|
committer | Jacob Janzen <jacob.a.s.janzen@gmail.com> | 2024-03-17 21:36:51 -0500 |
commit | 0c40c56440c75178d99c60bd4e8fbdb123513333 (patch) | |
tree | 812ee31c189824249a2f4768636d80ce61ada8c8 /tea | |
parent | be718e1b86c38746bb9e5b349364c7be74f7829c (diff) |
remove favicon
Diffstat (limited to 'tea')
-rw-r--r-- | tea/W2T-2022-BoatCaptain.html | 1 | ||||
-rw-r--r-- | tea/template.html | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/tea/W2T-2022-BoatCaptain.html b/tea/W2T-2022-BoatCaptain.html index 1eeb87c..c7ca29d 100644 --- a/tea/W2T-2022-BoatCaptain.html +++ b/tea/W2T-2022-BoatCaptain.html @@ -6,6 +6,7 @@ <meta name="viewport" content="width=device-width, initial-scale=1" /> <link rel="stylesheet" href="../styles.css" /> + <link rel="icon" type="image/png" href="data:image/png;base64," /> </head> <body> <div class="header"> diff --git a/tea/template.html b/tea/template.html index 986abe0..3d45fc0 100644 --- a/tea/template.html +++ b/tea/template.html @@ -6,6 +6,7 @@ <meta name="viewport" content="width=device-width, initial-scale=1" /> <link rel="stylesheet" href="../styles.css" /> + <link rel="icon" type="image/png" href="data:image/png;base64," /> </head> <body> <div class="header"> |