diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2022-04-25 20:21:51 +0200 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2022-04-25 20:21:51 +0200 |
commit | 7681a49af56c686454aecf84a29ba20c646b2048 (patch) | |
tree | f4fb8ef72454a7ae3e4ba3ac84bc23369f782a56 /err/403.html | |
parent | error pages yay (diff) | |
download | gitjoe-www-7681a49af56c686454aecf84a29ba20c646b2048.tar.gz gitjoe-www-7681a49af56c686454aecf84a29ba20c646b2048.tar.bz2 gitjoe-www-7681a49af56c686454aecf84a29ba20c646b2048.tar.xz gitjoe-www-7681a49af56c686454aecf84a29ba20c646b2048.tar.zst gitjoe-www-7681a49af56c686454aecf84a29ba20c646b2048.zip |
Err fix
Diffstat (limited to 'err/403.html')
-rw-r--r-- | err/403.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/err/403.html b/err/403.html index ca5ff20..93f20bc 100644 --- a/err/403.html +++ b/err/403.html @@ -21,7 +21,7 @@ <html> <head> <title>GitJoe - 403</title> - <link rel="stylesheet" type="text/css" href="../css/site.css"> + <link rel="stylesheet" type="text/css" href="../../css/site.css"> <meta charset="UTF-8"> </head> <body> |