diff options
| author | Fuwn <[email protected]> | 2023-08-29 01:55:47 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2023-08-29 01:55:47 -0700 |
| commit | e32fbfafee0611cdbd7fb6601f219d393876efdf (patch) | |
| tree | 4a305f62ed04a0282f564f46635d72bed12dabf1 /src/app.html | |
| parent | refactor(list): use interface for key (diff) | |
| download | due.moe-e32fbfafee0611cdbd7fb6601f219d393876efdf.tar.xz due.moe-e32fbfafee0611cdbd7fb6601f219d393876efdf.zip | |
feat(app.html): seo
Diffstat (limited to 'src/app.html')
| -rw-r--r-- | src/app.html | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/src/app.html b/src/app.html index 1cf78223..8f540a73 100644 --- a/src/app.html +++ b/src/app.html @@ -3,6 +3,10 @@ <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width" /> + <meta content="期限" property="og:title"> + <meta content="due.moe" property="og:site_name"> + <meta content="Instantly view which anime & manga on your lists have new episodes/chapters!" property="og:description"> + <meta content="https://due.moe/favicon.ico" property="og:image"> <title>期限</title> @@ -10,12 +14,7 @@ <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="https://skybox.sh/css/custom.css"> --> - <link rel="icon" href="%sveltekit.assets%/favicon.ico" /> - <link - rel="shortcut icon" - type="image/x-icon" - href="https://ps.fuwn.me/-tePaWtKW2y/angry-miku-nakano.ico" - /> + <link rel="shortcut icon" type="image/x-icon" href="%sveltekit.assets%/favicon.ico" /> %sveltekit.head% </head> |