moved static files

improved css
This commit is contained in:
2020-08-20 15:42:54 +10:00
parent b5d25af1ff
commit dc6580e21c
15 changed files with 45 additions and 486 deletions

View File

@ -7,11 +7,11 @@
%sapper.base%
<link rel="stylesheet" href="/global.css">
<link rel="stylesheet" href="/bootstrap.min.css">
<link rel="stylesheet" href="/themes.css">
<link rel="stylesheet" href="/css/global.css">
<link rel="stylesheet" href="/css/bootstrap.min.css">
<link rel="stylesheet" href="/css/themes.css">
<link rel="manifest" href="manifest.json" crossorigin="use-credentials">
<link rel="icon" type="image/png" href="/favicon.ico">
<link rel="icon" type="image/png" href="/img/favicon.ico">
<!-- Sapper creates a <script> tag containing `src/client.js`
and anything else it needs to hydrate the app and