-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
27 lines (21 loc) · 881 Bytes
/
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
<html lang="en">
<head>
<meta charset="utf-8">
<title>Element Protocol</title>
<link rel="shortcut icon" type="image/x-icon" href="assets/images/element.ico"/>
<meta name="description" content="The completely anonymous, decentalized, peer-to-peer communication protocol.">
<meta name="author" content="Element Protocol">
<link rel="stylesheet" href="assets/stylesheets/main.css">
</head>
<body>
<div class="header">
<a href="https://element-protocol.com"><img src="assets/images/element.png" width="250px" height="250px"/></a>
</div>
<div class="body">
<a href="https://github.com/element-protocol"><img src="assets/images/github.png" width="64px" height="64px"/></a>
<a href="https://www.reddit.com/r/elementprotocol"><img src="assets/images/reddit.png" width="64px" height="64px"/></a>
</div>
<div class="footer">
</div>
</body>
</html>