feat: add stylesheet link to index page
This commit is contained in:
parent
f54ec6c009
commit
52fc755eb2
2 changed files with 5 additions and 0 deletions
|
@ -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
4
src/style.css
Normal file
|
@ -0,0 +1,4 @@
|
|||
body {
|
||||
background-color: black;
|
||||
color: white;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue