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

17 lines
434 B
HTML
Raw Normal View History

2025-03-13 02:03:13 +07:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Gacha</title>
<base href="/" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
2025-03-16 00:05:17 +07:00
<link rel="icon" type="image/x-icon" href="/logos/simple.svg" />
<link rel="stylesheet" href="/src/index.css" />
2025-03-13 02:03:13 +07:00
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>