Files
CityCards-Website/index.html

16 lines
378 B
HTML
Raw Normal View History

2026-04-23 14:02:57 +05:30
<!DOCTYPE html>
<html lang="en">
2025-10-09 19:03:24 +05:30
2026-04-23 14:02:57 +05:30
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="icon" type="image/png" href="/src/assets/citycards customer app.png" />
<title>CityCards Customer-web</title>
</head>
2025-10-09 19:03:24 +05:30
2026-04-23 14:02:57 +05:30
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>