Files
imphnen-frontend-service/apps/hackathon/index.html
T

21 lines
475 B
HTML
Raw Normal View History

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" />
<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>