18 lines
503 B
HTML
18 lines
503 B
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
<link rel="icon" href="https://cdn.tombutcher.work/favicon/favicon-auth.ico" />
|
|
<link
|
|
rel="apple-touch-icon"
|
|
href="https://cdn.tombutcher.work/favicon/favicon-auth192.png"
|
|
/>
|
|
</head>
|
|
|
|
<body>
|
|
<div id="root"></div>
|
|
<script type="module" src="/src/main.tsx"></script>
|
|
</body>
|
|
</html>
|