aboutsummaryrefslogtreecommitdiff
path: root/src/app.html
diff options
context:
space:
mode:
Diffstat (limited to 'src/app.html')
-rw-r--r--src/app.html11
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>