-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
33 lines (29 loc) · 1.38 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
26
27
28
29
30
31
32
33
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="icon" href="/favicon.ico">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Warehauze.com, your all in one marketplace">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<link href="https://unpkg.com/[email protected]/nprogress.css" rel="stylesheet" />
<meta name="keywords" content="siswift, ecommerce, store, purchase, products">
<meta name="author" content="siswift">
<meta property="og:title" content="siswift">
<meta property="og:type" content="website">
<meta property="og:url" content="https://www.siswift.com">
<meta property="og:image" content="https://siswift.com/assets/logo.3TXdeceS.svg">
<meta property="og:description" content="Your page description here.">
<meta property="og:site_name" content="siswift">
<meta name="robots" content="index, follow">
<link rel="canonical" href="https://www.siswift.com">
<!-- <script src="https://unpkg.com/[email protected]/dist/cdn.min.js" defer></script> -->
<title>Smileswap</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
<script src="https://unpkg.com/[email protected]/nprogress.js"></script>
<script src="https://unpkg.com/[email protected]/dist/flowbite.js"></script>
</body>
</html>