-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
21 lines (20 loc) · 1.15 KB
/
index.html
File metadata and controls
21 lines (20 loc) · 1.15 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/Invicon icon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title> Invicon </title>
<meta name="author" content="Kyrin Kompi" />
<meta property="og:image" content="https://res.cloudinary.com/dbdh6zbvt/image/upload/v1732873626/Invicon_logo_tomr4v.png">
<meta property="og:title" content="Invicon - Earn rewards by inviting people">
<meta property="og:description" content="Welcome to invicon. Earn rewards by inviting people. Or buy them if you don't feel like inviting.">
<meta name="description" content="Welcome to Invicon. Earn rewards by inviting people to join or by paying for tiers to get rewards. Register to checkout previews of the rewards." />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.5.0/font/bootstrap-icons.css" />
<link href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css" rel="stylesheet" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>