Remove useless current directory path inclusion

Signed-off-by: Max Charrier <max@puffer.fish>
This commit is contained in:
max 2025-04-19 12:54:37 +02:00
parent 6335b5f1aa
commit 38ac74f157
Signed by: max
GPG key ID: 71493A1FDE0E9C6F
2 changed files with 2 additions and 2 deletions

View file

@ -8,7 +8,7 @@
<META NAME="color-scheme" CONTENT="only light"> <META NAME="color-scheme" CONTENT="only light">
<LINK REL="stylesheet" HREF="reset.css"> <LINK REL="stylesheet" HREF="reset.css">
<LINK REL="stylesheet" HREF="./webfontkit/stylesheet.css"> <LINK REL="stylesheet" HREF="webfontkit/stylesheet.css">
<LINK REL="author licence" HREF="#about"> <LINK REL="author licence" HREF="#about">
<META NAME="author" CONTENT="Max Charrier"> <META NAME="author" CONTENT="Max Charrier">
<STYLE> <STYLE>

View file

@ -8,7 +8,7 @@
<META NAME="color-scheme" CONTENT="only light"> <META NAME="color-scheme" CONTENT="only light">
<LINK REL="stylesheet" HREF="reset.css"> <LINK REL="stylesheet" HREF="reset.css">
<LINK REL="stylesheet" HREF="./webfontkit/stylesheet.css"> <LINK REL="stylesheet" HREF="webfontkit/stylesheet.css">
<LINK REL="author licence" HREF="#about"> <LINK REL="author licence" HREF="#about">
<META NAME="author" CONTENT="Max Charrier"> <META NAME="author" CONTENT="Max Charrier">
<STYLE> <STYLE>