styles: move stylesheets to styles

pull/72/head
OFF0 2 years 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/assets/star-fill.svg',
'src/favicon.ico', 'src/favicon.ico',
'src/index.html', 'src/index.html',
'src/main.css', 'src/styles/main.css',
'src/main.js', 'src/main.js',
'src/manifest.json', 'src/manifest.json',
'src/worker.js', 'src/worker.js',

@ -6,7 +6,7 @@
<meta name="apple-mobile-web-app-status-bar-style" content="default"> <meta name="apple-mobile-web-app-status-bar-style" content="default">
<meta name="apple-mobile-web-app-capable" content="yes"> <meta name="apple-mobile-web-app-capable" content="yes">
<title>nostr</title> <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"> <link rel="manifest" href="/manifest.json">
</head> </head>
<body> <body>

Loading…
Cancel
Save