diff options
author | adam <56338480+adastx@users.noreply.github.com> | 2022-08-27 22:53:11 +0200 |
---|---|---|
committer | adam <56338480+adastx@users.noreply.github.com> | 2022-08-28 00:26:47 +0200 |
commit | a072e5d9c7c2a8f7a3dbfb9ff810963cd3590180 (patch) | |
tree | 6be7fb6348c23f5f69babc613901e7c762fc9832 /src/_header.html | |
parent | ff7942bc6f3833d07b2875a864ac68c0a7cc4d38 (diff) |
Better file organization
Diffstat (limited to 'src/_header.html')
-rw-r--r-- | src/_header.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/_header.html b/src/_header.html index 8a23615..d0dc361 100644 --- a/src/_header.html +++ b/src/_header.html @@ -5,7 +5,7 @@ <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title></title> - <link rel="icon" type="image/x-icon" href="/images/favicon.ico"> + <link rel="icon" type="image/x-icon" href="images/favicon.ico"> <link rel="stylesheet" href="styles/style.css"> </head> <body> |