Move main CSS file to styles folder

This commit is contained in:
Foster Hangdaan 2023-07-23 21:19:15 -04:00
parent d794f194fd
commit d3220ca410
Signed by: foster
GPG key ID: E48D7F49A852F112
2 changed files with 1 additions and 1 deletions

View file

@ -4,7 +4,7 @@ export default function({ title, children }) {
<head>
<meta charSet="utf-8"/>
<title>{ title }</title>
<link rel="stylesheet" href="styles.css"/>
<link rel="stylesheet" href="styles/main.css"/>
</head>
<body>
{ children }