2023-12-07 16:48:45 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8" />
|
|
|
|
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
|
2023-12-14 17:49:22 +00:00
|
|
|
<link rel="stylesheet" href="/src/index.scss" />
|
2023-12-07 16:48:45 +00:00
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
2024-01-09 19:10:56 +00:00
|
|
|
<base target="_blank" />
|
2023-12-07 16:48:45 +00:00
|
|
|
<title>jackwagon</title>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div id="root"></div>
|
2023-12-14 17:49:22 +00:00
|
|
|
<noscript>
|
|
|
|
<div class="fatal-error">
|
|
|
|
<b>oh no</b>
|
|
|
|
<p>This needs javascript to run!</p>
|
|
|
|
</div>
|
|
|
|
</noscript>
|
2023-12-07 16:48:45 +00:00
|
|
|
<script type="module" src="/src/index.tsx"></script>
|
|
|
|
</body>
|
|
|
|
</html>
|