mirror of
https://github.com/trailbaseio/trailbase
synced 2026-04-21 21:47:55 +00:00
19 lines
539 B
HTML
19 lines
539 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<title>TrailBase Clicker</title>
|
|
<!--app-data-->
|
|
<!--app-head-->
|
|
</head>
|
|
|
|
<body class="flex flex-col items-center min-h-[100dvh]">
|
|
<div id="root" class="max-w-[1280px] my-auto text-center">
|
|
<!--app-html-->
|
|
</div>
|
|
|
|
<script type="module" src="/src/entry-client.tsx"></script>
|
|
</body>
|
|
</html>
|