diff options
author | Adam Stück <adam@adast.dk> | 2023-05-22 22:35:41 +0200 |
---|---|---|
committer | Adam Stück <adam@adast.dk> | 2023-05-22 22:35:41 +0200 |
commit | 5aa9d9038919533481e10976f3f7f9c90531a81a (patch) | |
tree | e9dc2d84c650b0613341447aeb9b66aecd603686 /src/_header.html | |
parent | 27b1a9ef24b7edcf529b1c54a81025634e0185a5 (diff) |
Add build manifest
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 58fa742..f45e37a 100644 --- a/src/_header.html +++ b/src/_header.html @@ -6,7 +6,7 @@ <title></title> <link rel="icon" type="image/x-icon" href="/favicon.ico"> <link rel="alternate" type="application/rss+xml" title="" href='feed'> - <link rel="stylesheet" type="text/css" href="main.css"> + <link rel="stylesheet" type="text/css" href="/main.css"> </head> <body> <header> |