From a22ef04df83c1fb668ec01fcca9f16f902c8d276 Mon Sep 17 00:00:00 2001
From: ed <ed@brz9.dev>
Date: Thu, 28 Oct 2021 22:49:18 +0200
Subject: [PATCH] css path corrected

---
 proj/index.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/proj/index.html b/proj/index.html
index 8b2dce4..bd86942 100644
--- a/proj/index.html
+++ b/proj/index.html
@@ -5,8 +5,8 @@
   <meta charset="utf-8">
   <meta name="viewport" content="width=device-width, initial-scale=1.0">
   <link rel="stylesheet" href="https://file.brz9.dev/web/css/normalize.css">
-  <link rel="stylesheet" href="assets/fonts/byl-iconfont-v3.2/icons.css"/>
-  <link rel="stylesheet" href="assets/css/style.css"/>
+  <link rel="stylesheet" href="/assets/fonts/byl-iconfont-v3.2/icons.css"/>
+  <link rel="stylesheet" href="/assets/css/style.css"/>
 </head>
 <body>