-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
25 lines (25 loc) · 1.13 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<link rel="preconnect" href="https://bidit-app.herokuapp.com" />
<link rel="preconnect" href="https://ik.imagekit.io/bidit" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&family=Merriweather:wght@900&family=Noto+Sans+Arabic:wght@400;500;600;700;800;900&display=swap"
rel="stylesheet"
/>
<link rel="icon" href="/images/pwa/favicon.ico" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Bidit - Online Auction Platform 🔥</title>
<meta name="theme-color" content="#171717" />
<meta name="description" content="Bidit - Online Auction Platform 🔥" />
<meta name="keywords" content="Bidit - Online Auction Platform 🔥" />
<meta name="author" content="https://bidit.netlify.com" />
</head>
<body class="bg-bi-100">
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
</body>
</html>