diff options
| author | Fuwn <[email protected]> | 2023-09-03 22:18:29 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2023-09-03 22:18:29 -0700 |
| commit | 5bce83d700be142feecb743b51169b6b8ac8e61c (patch) | |
| tree | e8ce58085a626dffaf1641063ad95cb7fba11a1c /src/app.html | |
| parent | fix(html): meta name (diff) | |
| download | due.moe-5bce83d700be142feecb743b51169b6b8ac8e61c.tar.xz due.moe-5bce83d700be142feecb743b51169b6b8ac8e61c.zip | |
feat(html): local css
Diffstat (limited to 'src/app.html')
| -rw-r--r-- | src/app.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/app.html b/src/app.html index 801d1a78..daf577f5 100644 --- a/src/app.html +++ b/src/app.html @@ -17,9 +17,9 @@ <title>期限</title> - <link rel="stylesheet" type="text/css" href="https://latex.now.sh/style.css" /> - <link rel="stylesheet" type="text/css" href="https://skybox.sh/css/palettes/base16-light.css" /> - <link rel="stylesheet" type="text/css" href="https://skybox.sh/css/risotto.css" /> + <link rel="stylesheet" type="text/css" href="%sveltekit.assets%/css/style.css" /> + <link rel="stylesheet" type="text/css" href="%sveltekit.assets%/css/base16-light.css" /> + <link rel="stylesheet" type="text/css" href="%sveltekit.assets%/css/risotto.css" /> <!-- <link rel="stylesheet" type="text/css" href="https://skybox.sh/css/custom.css"> --> <link rel="shortcut icon" type="image/x-icon" href="%sveltekit.assets%/favicon.ico" /> |