-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
44 lines (40 loc) · 2.26 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
34
35
36
37
38
39
40
41
42
43
44
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<!-- <link rel="icon" type="image/svg+xml" href="/vite.svg" /> -->
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
<link href="https://api.fontshare.com/v2/css?f[]=general-sans@1&display=swap" rel="stylesheet">
<!-- Google search console tags -->
<meta name="google-site-verification" content="Az3CqLrh66ceDblXVjFde9_66sDojU7VTShYoZZm_Xs" />
<!-- Primary Meta Tags -->
<title>Inspolist - Web Design Inspiration</title>
<meta name="title" content="Inspolist - Web Design Inspiration">
<meta name="description" content="Inspolist let's you browse through user submitted content to find inspiration for your websites!">
<meta name="keywords" content="inspolist, browse, user, submitted, content, inspiration, websites, website, designs">
<meta name="robots" content="index, follow">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="language" content="English">
<meta name="author" content="Godwin Jemegah">
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://metatags.io/">
<meta property="og:title" content="Inspolist - Web Design Inspiration">
<meta property="og:description" content="Inspolist let's you browse through user submitted content to find inspiration for your websites!">
<meta property="og:image" content="https://i.ibb.co/k22gCC5/pika-1662370832460.png">
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:url" content="https://metatags.io/">
<meta property="twitter:title" content="Inspolist - Web Design Inspiration">
<meta property="twitter:description" content="Inspolist let's you browse through user submitted content to find inspiration for your websites!">
<meta property="twitter:image" content="https://i.ibb.co/k22gCC5/pika-1662370832460.png">
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
</body>
</html>