-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
53 lines (46 loc) · 1.81 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8"/>
<meta name="robots" content="noindex"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<link rel="dns-prefetch" href="https://fonts.googleapis.com"/>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,600"/>
<link rel="stylesheet" href="styles.css"/>
<title>Helia</title>
<meta name="description" content="Helia - A lean, modular, and modern implementation of IPFS for the prolific JS and browser environments."/>
<meta property="og:type" content="article"/>
<meta property="og:title" content="Helia"/>
<meta property="og:description" content="Helia - A lean, modular, and modern implementation of IPFS for the prolific JS and browser environments."/>
<meta property="og:image" content="helia.png"/>
<meta name="twitter:card" content="summary"/>
<meta name="twitter:title" content="Helia"/>
<meta name="twitter:description" content="Helia - A lean, modular, and modern implementation of IPFS for the prolific JS and browser environments."/>
<meta name="twitter:image" content="helia.png"/>
<link rel="icon" href="helia.png" type="image/png"/>
<meta name="msapplication-TileColor" content="#073a53"/>
<meta name="theme-color" content="#f7df1e"/>
</head>
<body>
<main>
<section>
<a href="https://helia.io">
<img src="helia.svg" alt="Helia"/>
</a>
</section>
<section>
<div>
<h1>
A lean, modular, and modern
<br/>implementation of IPFS.
</h1>
<p>
<a href="https://helia.io" class="button">
Visit helia.io
</a>
</p>
</div>
</section>
</main>
</body>
</html>