aboutsummaryrefslogtreecommitdiff
path: root/src/app.html
blob: 2ad032b30faf5f55fad424de3754c26be3f22bca (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<!DOCTYPE html>
<html lang="en">
	<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.png" property="og:image" />

		<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="https://skybox.sh/css/custom.css"> -->
		<link rel="shortcut icon" type="image/x-icon" href="%sveltekit.assets%/favicon.ico" />

		%sveltekit.head%
	</head>

	<body data-sveltekit-preload-data="hover">
		<div style="display: contents">%sveltekit.body%</div>
	</body>
</html>