From 912f0049af513526d4d2e74313a277495a84d6c1 Mon Sep 17 00:00:00 2001
From: CronyAkatsuki <crony@cronyakatsuki.xyz>
Date: Tue, 19 Dec 2023 20:50:35 +0100
Subject: [PATCH] Style index with css

---
 public/views/index.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/public/views/index.html b/public/views/index.html
index 373d139..ec4e163 100644
--- a/public/views/index.html
+++ b/public/views/index.html
@@ -6,7 +6,7 @@
   <title>UpFast</title>
   <meta charset="UTF-8" />
   <meta name="viewport" content="width=device-width, initial-scale=1" />
-  <!-- <link href="css/style.css" rel="stylesheet"> -->
+  <link href="/css/style.css" rel="stylesheet" />
 </head>
 
 <body>