styles: move stylesheets to styles

pull/72/head
OFF0 1 year ago
parent 33dd40bae5
commit 495e755844
Signed by: offbyn
GPG Key ID: 94A2F643C51F37FA

@ -17,7 +17,7 @@ export const options = {
'src/assets/star-fill.svg',
'src/favicon.ico',
'src/index.html',
'src/main.css',
'src/styles/main.css',
'src/main.js',
'src/manifest.json',
'src/worker.js',

@ -6,7 +6,7 @@
<meta name="apple-mobile-web-app-status-bar-style" content="default">
<meta name="apple-mobile-web-app-capable" content="yes">
<title>nostr</title>
<link rel="stylesheet" href="main.css" type="text/css">
<link rel="stylesheet" href="styles/main.css" type="text/css">
<link rel="manifest" href="/manifest.json">
</head>
<body>

Loading…
Cancel
Save