paimon-moe-fork/src/app.html

46 lines
1.8 KiB
HTML
Raw Normal View History

2021-01-09 09:06:37 +00:00
<!DOCTYPE html>
2020-10-21 23:03:33 +01:00
<html lang="en">
2021-01-09 09:06:37 +00:00
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width,initial-scale=1.0" />
<meta name="theme-color" content="#333333" />
<meta property="og:title" content="Paimon.moe" />
<meta property="og:type" content="website" />
<meta property="og:image" content="https://paimon.moe/paimon-og.png" />
2020-10-21 23:03:33 +01:00
2021-01-09 09:06:37 +00:00
<link
href="https://fonts.googleapis.com/css2?family=Catamaran:wght@600;700;900&family=Poppins:wght@400;500;600&display=swap"
rel="stylesheet"
/>
<link rel="manifest" href="/manifest.json" crossorigin="use-credentials" />
<link rel="icon" type="image/png" href="/favicon.png" />
2021-01-09 09:06:37 +00:00
2021-04-10 18:13:25 +01:00
<!-- <script src="https://js.sentry-cdn.com/446c4cef71a54aafb71b698555500b7d.min.js" crossorigin="anonymous"></script> -->
2021-04-23 01:07:27 +01:00
<script async defer data-domain="paimon.moe" src="https://plausible.paimon.moe/js/paimonmoe.js"></script>
2021-12-02 16:42:42 +00:00
2021-09-21 15:34:36 +01:00
<link rel="preconnect" href="https://securepubads.g.doubleclick.net/" crossorigin />
<link rel="preconnect" href="https://cdn.consentmanager.mgr.consensu.org/" crossorigin />
2021-02-08 00:46:09 +00:00
2021-04-04 17:49:18 +01:00
<script src="https://www.gstatic.com/firebasejs/8.3.2/firebase-app.js"></script>
<script src="https://www.gstatic.com/firebasejs/8.3.2/firebase-messaging.js"></script>
2021-09-21 15:34:36 +01:00
<style lang="postcss">
2021-01-09 09:06:37 +00:00
html {
height: 100%;
background: #25294a;
}
</style>
%sveltekit.head%
2021-09-21 15:34:36 +01:00
<script>
2021-12-02 16:42:42 +00:00
window.AdSlots = window.AdSlots || { cmd: [], disableScripts: ['gpt'] };
2021-09-21 15:34:36 +01:00
</script>
2022-01-15 13:29:40 +00:00
<script async src="https://securepubads.g.doubleclick.net/tag/js/gpt.js?n=2"></script>
<script async src="https://kumo.network-n.com/dist/app.js?n=2" site="paimonmoe"></script>
2021-01-09 09:06:37 +00:00
</head>
<body class="font-body h-full bg-background-secondary">
<div id="sapper" class="flex flex-col h-full">%sveltekit.body%</div>
2021-01-09 09:06:37 +00:00
</body>
2020-10-21 23:03:33 +01:00
</html>