2025-11-24 12:51:41 +07:00
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html lang="en">
|
|
|
|
|
<head>
|
|
|
|
|
<meta charset="utf-8" />
|
|
|
|
|
<title>Hackathon</title>
|
|
|
|
|
<base href="/" />
|
|
|
|
|
|
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
2025-11-25 15:20:10 +07:00
|
|
|
<link
|
|
|
|
|
rel="icon"
|
|
|
|
|
type="image/svg+xml"
|
|
|
|
|
href="/images/imphnen-logo-simple.svg"
|
|
|
|
|
/>
|
2025-11-24 12:51:41 +07:00
|
|
|
<link rel="stylesheet" href="/src/index.css" />
|
|
|
|
|
</head>
|
|
|
|
|
<body>
|
|
|
|
|
<div id="root"></div>
|
|
|
|
|
<script type="module" src="/src/main.tsx"></script>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|