add auto refresh

This commit is contained in:
C4illin 2024-05-25 02:33:24 +02:00
parent d5628dcfab
commit dcf360b7d2
9 changed files with 164 additions and 29 deletions

View file

@ -24,7 +24,6 @@ export const BaseHtml = ({ children, title = "ConvertX" }) => (
href="/favicon-16x16.png"
/>
<link rel="manifest" href="/site.webmanifest" />
<script src="https://unpkg.com/htmx.org@1.9.12" />
</head>
<body>{children}</body>
</html>