frontend-web/index.html
2024-01-09 11:10:56 -08:00

21 lines
583 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<link rel="stylesheet" href="/src/index.scss" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<base target="_blank" />
<title>jackwagon</title>
</head>
<body>
<div id="root"></div>
<noscript>
<div class="fatal-error">
<b>oh no</b>
<p>This needs javascript to run!</p>
</div>
</noscript>
<script type="module" src="/src/index.tsx"></script>
</body>
</html>