-
Notifications
You must be signed in to change notification settings - Fork 16
/
index.html
67 lines (63 loc) · 2.27 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
<!DOCTYPE html>
<html lang="en" style="overflow-y: hidden">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta
name="viewport"
content="width=device-width,initial-scale=1.0,viewport-fit=cover"
/>
<link rel="icon" type="image/svg+xml" href="/assets/images/favicon.svg" />
<link rel="icon" type="image/png" href="/assets/images/favicon.png" />
<title>ipfs-search.com</title>
<link rel="stylesheet" href="/assets/styles/fonts.css" />
<link
rel="search"
type="application/opensearchdescription+xml"
href="/opensearch.xml"
title="ipfs-search.com"
/>
<!-- HTML Meta Tags -->
<title>ipfs-search.com</title>
<meta
name="description"
content="Search for images, documents, video and music on the Interplanetary Filesystem."
/>
<!-- Facebook Meta Tags -->
<meta property="og:url" content="https://ipfs-search.com" />
<meta property="og:type" content="website" />
<meta property="og:title" content="ipfs-search.com" />
<meta
property="og:description"
content="Search for images, documents, video and music on the Interplanetary Filesystem."
/>
<meta
property="og:image"
content="https://github.com/ipfs-search/blog/blob/main/assets/images/ipfs_search_og_image.png?raw=true"
/>
<!-- Twitter Meta Tags -->
<meta name="twitter:card" content="summary_large_image" />
<meta property="twitter:domain" content="ipfs-search.com" />
<meta property="twitter:url" content="https://ipfs-search.com" />
<meta name="twitter:title" content="ipfs-search.com" />
<meta
name="twitter:description"
content="Search for images, documents, video and music on the Interplanetary Filesystem."
/>
<meta
name="twitter:image"
content="https://github.com/ipfs-search/blog/blob/main/assets/images/ipfs_search_og_image.png?raw=true"
/>
<!-- Meta Tags Generated via https://www.opengraph.xyz -->
</head>
<body>
<noscript>
<strong
>We're sorry but IPFS-search doesn't work properly without JavaScript
enabled. Please enable it to continue.</strong
>
</noscript>
<div id="app" />
<script type="module" src="/src/main.js"></script>
</body>
</html>