blob: 3616e3cb96cfbc9c34fa82759c373e720a72d2bb (
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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
|
<!DOCTYPE html>
<html lang="en">
<head>
<!-- HTML -->
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width" />
<meta name="theme-color" content="#060506" />
<meta
name="description"
content="Instantly view which anime & manga on your lists have new episodes/chapters! Combining utility and simplicity, due.moe is the best way to keep track of your anime & manga."
/>
<!-- Facebook -->
<meta property="og:url" content="https://due.moe" />
<meta property="og:type" content="website" />
<meta property="og:title" content="due.moe" />
<meta property="og:site_name" content="due.moe " />
<meta
property="og:description"
content="Instantly view which anime & manga on your lists have new episodes/chapters! Combining utility and simplicity, due.moe is the best way to keep track of your anime & manga."
/>
<meta property="og:image" content="https://due.moe/favicon-196x196.png" />
<!-- Twitter -->
<meta name="twitter:card" content="summary_large_image" />
<meta property="twitter:domain" content="due.moe" />
<meta property="twitter:url" content="https://due.moe" />
<meta name="twitter:title" content="due.moe" />
<meta
name="twitter:description"
content="Instantly view which anime & manga on your lists have new episodes/chapters! Combining utility and simplicity, due.moe is the best way to keep track of your anime & manga."
/>
<meta name="twitter:image" content="https://due.moe/favicon-196x196.png" />
<title>due.moe</title>
<!-- Web Application Manifest -->
<link rel="manifest" href="%sveltekit.assets%/manifest.json" />
<!-- Stylesheets -->
<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-dark.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"> -->
<!-- Icons -->
<link rel="apple-touch-icon-precomposed" sizes="57x57" href="apple-touch-icon-57x57.png" />
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="apple-touch-icon-114x114.png" />
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="apple-touch-icon-72x72.png" />
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="apple-touch-icon-144x144.png" />
<link rel="apple-touch-icon-precomposed" sizes="60x60" href="apple-touch-icon-60x60.png" />
<link rel="apple-touch-icon-precomposed" sizes="120x120" href="apple-touch-icon-120x120.png" />
<link rel="apple-touch-icon-precomposed" sizes="76x76" href="apple-touch-icon-76x76.png" />
<link rel="apple-touch-icon-precomposed" sizes="152x152" href="apple-touch-icon-152x152.png" />
<link rel="icon" type="image/png" href="favicon-196x196.png" sizes="196x196" />
<link rel="icon" type="image/png" href="favicon-96x96.png" sizes="96x96" />
<link rel="icon" type="image/png" href="favicon-32x32.png" sizes="32x32" />
<link rel="icon" type="image/png" href="favicon-16x16.png" sizes="16x16" />
<link rel="icon" type="image/png" href="favicon-128.png" sizes="128x128" />
<meta name="application-name" content=" " />
<meta name="msapplication-TileColor" content="#FFFFFF" />
<meta name="msapplication-TileImage" content="mstile-144x144.png" />
<meta name="msapplication-square70x70logo" content="mstile-70x70.png" />
<meta name="msapplication-square150x150logo" content="mstile-150x150.png" />
<meta name="msapplication-wide310x150logo" content="mstile-310x150.png" />
<meta name="msapplication-square310x310logo" content="mstile-310x310.png" />
<!-- Umami is a simple, fast, privacy-focused alternative to Google Analytics -->
<script
async
src="https://us.umami.is/script.js"
data-website-id="25ae2901-9b28-4c58-be1e-ade53333c819"
></script>
<script>
if (
localStorage.getItem('settings') &&
JSON.parse(localStorage.getItem('settings')).forceLightTheme === true
) {
document.documentElement.classList.add('light-theme');
} else {
document.documentElement.classList.add('dark-theme');
}
document.addEventListener('DOMContentLoaded', () => {
const header = document.getElementById('header');
const hoverHeader = document.getElementById('hover-header');
try {
if (
localStorage.getItem('settings') &&
JSON.parse(localStorage.getItem('settings')).hoverNavigation === true
) {
header.style.display = 'none';
hoverHeader.style.display = 'block';
} else {
header.style.display = 'block';
hoverHeader.style.display = 'none';
}
} catch (e) {}
});
document.addEventListener('DOMContentLoaded', () => {
const mai = document.getElementById('mai');
const aoButa = JSON.parse(localStorage.getItem('settings')).displayAoButa;
mai.style.display = 'block';
switch (aoButa) {
case 'mai':
{
mai.src = '/aobuta/mai.png';
mai.alt = 'Mai Sakurajima';
}
break;
case 'nodoka':
{
mai.src = '/aobuta/nodoka.webp';
mai.alt = 'Nodoka Toyohama';
}
break;
case 'kaede':
{
mai.src = '/aobuta/kaede.png';
mai.alt = 'Kaede Azusagawa';
}
break;
case 'none': {
{
mai.style.display = 'none';
mai.alt = 'No one';
}
break;
}
}
});
</script>
<style>
html {
transition: 300ms;
}
:root {
--base00: #f8f8f8;
--base001: #ffffff;
--base01: #e8e8e8;
--base02: #d8d8d8;
--base03: #b8b8b8;
--base04: #585858;
--base05: #383838;
--base06: #282828;
--base07: #181818;
--base08: #ab4642;
--base09: #dc9656;
--base0A: #f7ca88;
--base0B: #a1b56c;
--base0C: #86c1b9;
--base0D: #7cafc2;
--base0E: #ba8baf;
--base0F: #a16946;
}
@media (prefers-color-scheme: dark) {
:root {
--base00: #080808;
--base001: #0c0c0c;
--base01: #181818;
--base02: #282828;
--base03: #484848;
--base04: #a8a8a8;
--base05: #c8c8c8;
--base06: #d8d8d8;
--base07: #f8f8f8;
--base08: #9a4541;
--base09: #cb9555;
--base0A: #f6c987;
--base0B: #a0b45b;
--base0C: #85c0b8;
--base0D: #7baeb1;
--base0E: #b98aae;
--base0F: #a06845;
}
}
#mai {
position: fixed;
left: 0;
bottom: 0;
height: auto;
width: 10vh;
}
</style>
%sveltekit.head%
</head>
<body data-sveltekit-preload-data="hover" style="max-width: 97.5% !important">
<div style="display: contents">%sveltekit.body%</div>
<img id="mai" onclick="alert('You\'re having lewd thoughts, aren\'t you?')" />
</body>
</html>
|