Move main CSS file to styles folder
This commit is contained in:
parent
d794f194fd
commit
d3220ca410
2 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ export default function({ title, children }) {
|
||||||
<head>
|
<head>
|
||||||
<meta charSet="utf-8"/>
|
<meta charSet="utf-8"/>
|
||||||
<title>{ title }</title>
|
<title>{ title }</title>
|
||||||
<link rel="stylesheet" href="styles.css"/>
|
<link rel="stylesheet" href="styles/main.css"/>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
{ children }
|
{ children }
|
||||||
|
|
Loading…
Reference in a new issue