blob: 801d1a786490f7d2e13d50f9eb93d57ef93db52e (
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
|
<!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">
<div style="display: contents">%sveltekit.body%</div>
</body>
</html>
|