diff options
author | Adam <adam.moloney.stuck@gmail.com> | 2022-04-23 21:22:31 +0200 |
---|---|---|
committer | Adam <adam.moloney.stuck@gmail.com> | 2022-04-23 21:25:23 +0200 |
commit | a435756605ed19d8e8f3e5d23b1e944b8f1bd45e (patch) | |
tree | d36a03fd06c07925558656125ab2a53d2e18c277 | |
parent | 3753f344c75af77aeaa8491b22a8ca890cb471d8 (diff) |
Favicon
-rw-r--r-- | dst/SPO notes.html | 2 | ||||
-rw-r--r-- | dst/ase.html | 2 | ||||
-rw-r--r-- | dst/game.html | 2 | ||||
-rw-r--r-- | dst/images/favicon.ico | bin | 0 -> 46927 bytes | |||
-rw-r--r-- | dst/index.html | 2 | ||||
-rw-r--r-- | src/_header.html | 2 |
6 files changed, 5 insertions, 5 deletions
diff --git a/dst/SPO notes.html b/dst/SPO notes.html index cbffc3e..cf2a00f 100644 --- a/dst/SPO notes.html +++ b/dst/SPO notes.html @@ -4,7 +4,7 @@ <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Exam — adast.xyz</title> -<link rel="icon" type="image/png" href="favicon.png"> +<link rel="icon" type="image/x-icon" href="/images/favicon.ico"> <link rel="stylesheet" href="styles/style.css"> <p class="header"><a href="/">adast.xyz</a></p> diff --git a/dst/ase.html b/dst/ase.html index 4a0f2e1..c24b3e3 100644 --- a/dst/ase.html +++ b/dst/ase.html @@ -4,7 +4,7 @@ <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Q1. Software Process Model - Waterfall — adast.xyz</title> -<link rel="icon" type="image/png" href="favicon.png"> +<link rel="icon" type="image/x-icon" href="/images/favicon.ico"> <link rel="stylesheet" href="styles/style.css"> <p class="header"><a href="/">adast.xyz</a></p> diff --git a/dst/game.html b/dst/game.html index 7452dbd..d7d231d 100644 --- a/dst/game.html +++ b/dst/game.html @@ -4,7 +4,7 @@ <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>My game — adast.xyz</title> -<link rel="icon" type="image/png" href="favicon.png"> +<link rel="icon" type="image/x-icon" href="/images/favicon.ico"> <link rel="stylesheet" href="styles/style.css"> <p class="header"><a href="/">adast.xyz</a></p> diff --git a/dst/images/favicon.ico b/dst/images/favicon.ico Binary files differnew file mode 100644 index 0000000..d537e87 --- /dev/null +++ b/dst/images/favicon.ico diff --git a/dst/index.html b/dst/index.html index 775bf02..a0c2d8f 100644 --- a/dst/index.html +++ b/dst/index.html @@ -4,7 +4,7 @@ <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>adast.xyz</title> -<link rel="icon" type="image/png" href="favicon.png"> +<link rel="icon" type="image/x-icon" href="/images/favicon.ico"> <link rel="stylesheet" href="styles/style.css"> <p class="header"><a href="/">adast.xyz</a></p> diff --git a/src/_header.html b/src/_header.html index 4308285..4ac48f6 100644 --- a/src/_header.html +++ b/src/_header.html @@ -4,7 +4,7 @@ <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title></title> -<link rel="icon" type="image/png" href="favicon.png"> +<link rel="icon" type="image/x-icon" href="/images/favicon.ico"> <link rel="stylesheet" href="styles/style.css"> <p class="header"><a href="/">adast.xyz</a></p> |