-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
19 lines (19 loc) · 1.11 KB
/
Copy pathindex.html
File metadata and controls
19 lines (19 loc) · 1.11 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<meta name="theme-color" content="#0D0F14" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
<meta name="talentapp:project_verification" content="f331d9138d78b3e6ae3b102a50c16171c537d8d436b0fd8faed612b4c5b8b8f8ec78ebe8760768f679178c061e777d19b4bc5b5ecc6fea6ceec6c27ccf0ce825">
<title>CeloPolY — Own the block. Learn the rules of money.</title>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@500;600;700;800&family=Inter:wght@400;500;600;700&family=DM+Mono:wght@400;500&display=swap" rel="stylesheet" />
</head>
<body class="bg-bg-primary text-text-primary font-body">
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>