sigit.io/index.html

14 lines
353 B
HTML
Raw Permalink Normal View History

2024-02-27 14:03:15 +00:00
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/png" href="/favicon.png" />
2024-02-27 14:03:15 +00:00
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
2024-05-09 08:43:54 +00:00
<title>SIGit</title>
2024-02-27 14:03:15 +00:00
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>