mirror of
https://github.com/multipleof4/sune.git
synced 2026-01-14 00:27:56 +00:00
21 lines
1.4 KiB
HTML
21 lines
1.4 KiB
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<!-- html-plugin-include: "./src/partials/head.html" -->
|
|
<script type="module" crossorigin src="/assets/index-D3wnhWcG.js"></script>
|
|
<link rel="manifest" href="/manifest.webmanifest"><script id="vite-plugin-pwa:register-sw" src="/registerSW.js"></script></head>
|
|
<body class="bg-white text-gray-900 selection:bg-black/10" x-data @click.window="if($event.target.closest('button')) haptic(); if(!document.getElementById('threadPopover').contains($event.target)&&!$event.target.closest('[data-thread-menu]')) hideThreadPopover(); if(!document.getElementById('sunePopover').contains($event.target)&&!$event.target.closest('[data-sune-menu]')) hideSunePopover(); if(!document.getElementById('userMenu').contains($event.target)&&!document.getElementById('userMenuBtn').contains($event.target)) document.getElementById('userMenu').classList.add('hidden')">
|
|
<div class="flex flex-col h-dvh max-h-dvh overflow-hidden">
|
|
<!-- html-plugin-include: "./src/partials/header.html" -->
|
|
<!-- html-plugin-include: "./src/partials/main.html" -->
|
|
<!-- html-plugin-include: "./src/partials/footer.html" -->
|
|
</div>
|
|
|
|
<!-- html-plugin-include: "./src/partials/sidebars.html" -->
|
|
<!-- html-plugin-include: "./src/partials/popovers.html" -->
|
|
<!-- html-plugin-include: "./src/partials/modals.html" -->
|
|
<!-- html-plugin-include: "./src/partials/scripts.html" -->
|
|
|
|
</body>
|
|
</html>
|