diff options
| author | Fuwn <[email protected]> | 2023-09-21 22:27:13 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2023-09-21 22:27:13 -0700 |
| commit | 25dc9641e9f7fdfc48264864de827e0543b753a7 (patch) | |
| tree | 9c594472e3449e09fcc8845699faaa6fea29984a /src/app.html | |
| parent | feat(html): twitter card (diff) | |
| download | due.moe-25dc9641e9f7fdfc48264864de827e0543b753a7.tar.xz due.moe-25dc9641e9f7fdfc48264864de827e0543b753a7.zip | |
format(html): content after property
Diffstat (limited to 'src/app.html')
| -rw-r--r-- | src/app.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/app.html b/src/app.html index e5c37823..831fb6bc 100644 --- a/src/app.html +++ b/src/app.html @@ -3,17 +3,17 @@ <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 property="og:title" content="期限" /> + <meta property="og:site_name" content="due.moe" /> <meta - content="Instantly view which anime & manga on your lists have new episodes/chapters!" property="og:description" + content="Instantly view which anime & manga on your lists have new episodes/chapters!" /> <meta - content="Instantly view which anime & manga on your lists have new episodes/chapters!" name="description" + content="Instantly view which anime & manga on your lists have new episodes/chapters!" /> - <meta content="%sveltekit.assets%/favicon-192x192.png" property="og:image" /> + <meta property="og:image" content="%sveltekit.assets%/favicon-192x192.png" /> <!-- <meta name="msapplication-TileColor" content="#FFFFFF" /> --> <meta name="msapplication-TileImage" content="%sveltekit.assets%/favicon-144x144.png" /> <meta name="theme-color" content="#060506" /> |