blob: fb37d49aa11e0964f4d301cbdc1d769f89a5308d (
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
|
<!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="Instantly view which anime & manga on your lists have new episodes/chapters!"
name="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" style="max-width: 90% !important">
<style>
html {
transition: 300ms;
}
@media (prefers-color-scheme: dark) {
html {
filter: invert(1) hue-rotate(180deg);
}
html img {
filter: invert(1) hue-rotate(180deg);
}
}
</style>
<div style="display: contents">%sveltekit.body%</div>
</body>
</html>
|