-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
15 lines (15 loc) · 776 Bytes
/
Copy pathindex.html
File metadata and controls
15 lines (15 loc) · 776 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Montserrat:wght@500;600;700&family=Orbitron:wght@400;500;600;700&family=Rajdhani:wght@500;600;700&display=swap" rel="stylesheet">
<!-- Title is dynamically set via useDynamicFavicon hook from project configuration -->
<title>Loading...</title>
</head>
<body class="bg-gray-50 dark:bg-dark-200 text-gray-900 dark:text-white transition-colors duration-200">
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>