feat: add stylesheet link to index page

This commit is contained in:
Mohammad Rafiq 2025-06-28 11:43:14 +08:00
parent f54ec6c009
commit 52fc755eb2
No known key found for this signature in database
2 changed files with 5 additions and 0 deletions

View file

@ -2,6 +2,7 @@
<head>
<meta charset="utf-8">
<title>rrv.sh</title>
<link rel="stylesheet" href="style.css">
<link rel="icon" type="image/x-icon" href="favicon.ico">
</head>
<body>

4
src/style.css Normal file
View file

@ -0,0 +1,4 @@
body {
background-color: black;
color: white;
}