Files
gg-backend/frontend/index.html
T

14 lines
354 B
HTML
Raw Normal View History

2026-03-12 17:56:52 +05:30
<!doctype html>
<html lang="en">
2026-04-21 11:51:14 +05:30
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>GG Admin Dashboard</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
2026-03-12 17:56:52 +05:30
</html>