-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
22 lines (21 loc) · 789 Bytes
/
index.html
File metadata and controls
22 lines (21 loc) · 789 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Wealth X | CodeGenius.Dev</title>
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
<link rel="manifest" href="src/public/manifest.json" />
<link rel="icon" type="image/svg+xml" href="src/public/favicon.ico" />
</head>
<body>
<div class="bg-gray-100" id="root"></div>
<noscript>JavaScript is required to run this app.</noscript>
<script type="module" src="/src/main.tsx"></script>
<script
async
src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-8583624399988387"
crossorigin="anonymous"
></script>
</body>
</html>