diff options
author | Jacob Janzen <jacob.a.s.janzen@gmail.com> | 2024-03-17 14:19:52 -0500 |
---|---|---|
committer | Jacob Janzen <jacob.a.s.janzen@gmail.com> | 2024-03-17 14:19:52 -0500 |
commit | b6c6621caba6e3532439a8a7811c1ebfab0ad29a (patch) | |
tree | afd30f892c492694b47829f3e7482d3f79bac2a5 | |
parent | d96f525de2f0fffe7938ee4ebe9d26162519b44e (diff) |
add empty favicon
-rw-r--r-- | about.html | 1 | ||||
-rw-r--r-- | favicon.ico | 0 | ||||
-rw-r--r-- | index.html | 1 | ||||
-rw-r--r-- | projects.html | 1 |
4 files changed, 0 insertions, 3 deletions
@@ -7,7 +7,6 @@ <meta name="description" content="" /> <meta name="viewport" content="width=device-width, initial-scale=1" /> - <link rel="apple-touch-icon" href="/apple-touch-icon.png" /> <link rel="stylesheet" href="styles.css" /> </head> <body> diff --git a/favicon.ico b/favicon.ico new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/favicon.ico @@ -7,7 +7,6 @@ <meta name="description" content="" /> <meta name="viewport" content="width=device-width, initial-scale=1" /> - <link rel="apple-touch-icon" href="/apple-touch-icon.png" /> <link rel="stylesheet" href="styles.css" /> </head> <body> diff --git a/projects.html b/projects.html index d832220..c8a70d9 100644 --- a/projects.html +++ b/projects.html @@ -7,7 +7,6 @@ <meta name="description" content="" /> <meta name="viewport" content="width=device-width, initial-scale=1" /> - <link rel="apple-touch-icon" href="/apple-touch-icon.png" /> <link rel="stylesheet" href="styles.css" /> </head> <body> |