-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
19 lines (19 loc) · 1.04 KB
/
index.html
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">
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<link rel="stylesheet" href="/assets/styles/tailwind.css">
<link rel="stylesheet" href="/assets/styles/main.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css">
<meta name="description" content="Compare car, health, money, fibre internet and cellphone deals from top South African companies. Find the best quotes and benefits tailored for you.">
<meta name="keywords" content="ChickCompare, insurance comparison, car insurance, health insurance, money, fibre internet, cellphone deals, South Africa">
<title>Cheap Compare - Pick Out the Best Deals!</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>