diff options
-rw-r--r-- | about.html | 1 | ||||
-rw-r--r-- | index.html | 1 | ||||
-rw-r--r-- | projects.html | 1 | ||||
-rw-r--r-- | tea.html | 1 | ||||
-rw-r--r-- | tea/W2T-2022-BoatCaptain.html | 1 | ||||
-rw-r--r-- | tea/template.html | 1 |
6 files changed, 6 insertions, 0 deletions
@@ -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"> @@ -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/projects.html b/projects.html index 75a9b39..3c4b99f 100644 --- a/projects.html +++ b/projects.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"> @@ -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/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"> |