mirror of
https://github.com/MadeBaruna/paimon-moe.git
synced 2025-01-23 16:56:27 +01:00
593938c36d
Close #158 commitb759884dce
Author: Made Baruna <made.setia@gmail.com> Date: Thu Jul 21 21:57:38 2022 +0700 Add update popup commit00f8b192af
Author: Made Baruna <made.setia@gmail.com> Date: Thu Jul 21 20:09:18 2022 +0700 Add service worker commit1cd1e40c77
Author: Made Baruna <made.setia@gmail.com> Date: Thu Jul 21 11:38:37 2022 +0700 Update firebase config commitedc036f62f
Author: Made Baruna <made.setia@gmail.com> Date: Wed Jul 20 23:33:38 2022 +0700 Separate build getter commite780ab18bf
Author: Made Baruna <made.setia@gmail.com> Date: Wed Jul 20 22:16:28 2022 +0700 Update readme commit7f0890acba
Author: Made Baruna <made.setia@gmail.com> Date: Wed Jul 20 22:07:25 2022 +0700 Fix createEnv commit1df04e369f
Author: Made Baruna <made.setia@gmail.com> Date: Wed Jul 20 22:03:12 2022 +0700 Migrate to svelte-kit
45 lines
1.8 KiB
HTML
45 lines
1.8 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<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" />
|
|
|
|
<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" />
|
|
|
|
<!-- <script src="https://js.sentry-cdn.com/446c4cef71a54aafb71b698555500b7d.min.js" crossorigin="anonymous"></script> -->
|
|
<script async defer data-domain="paimon.moe" src="https://plausible.paimon.moe/js/paimonmoe.js"></script>
|
|
|
|
<link rel="preconnect" href="https://securepubads.g.doubleclick.net/" crossorigin />
|
|
<link rel="preconnect" href="https://cdn.consentmanager.mgr.consensu.org/" crossorigin />
|
|
|
|
<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>
|
|
|
|
<style lang="postcss">
|
|
html {
|
|
height: 100%;
|
|
background: #25294a;
|
|
}
|
|
</style>
|
|
|
|
%sveltekit.head%
|
|
|
|
<script>
|
|
window.AdSlots = window.AdSlots || { cmd: [], disableScripts: ['gpt'] };
|
|
</script>
|
|
<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>
|
|
</head>
|
|
<body class="font-body h-full bg-background-secondary">
|
|
<div id="sapper" class="flex flex-col h-full">%sveltekit.body%</div>
|
|
</body>
|
|
</html>
|