-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
31 lines (26 loc) · 1.25 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="refresh" content="0; url=https://dod.ngo">
<script type="text/javascript">
window.location.href = "https://dod.ngo"
</script>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="css/style.css">
<link href="https://fonts.googleapis.com/css?family=Staatliches" rel="stylesheet">
<title>Department of Decentralization</title>
</head>
<body>
<ul id="topNav">
<li class="nav-item"><a href="https://decentralala.com/about">About</a></li>
<li class="nav-item"><a href="https://goerli.net/">GörliCon</a></li>
<li class="nav-item"><a href="https://ethberlinzwei.com/">EthBerlinZwei</a></li>
<li class="nav-item"><a href="https://medium.com/ethberlin">Blog</a></li>
<li class="nav-item"><a href=" https://github.com/Department-of-Decentralization/Ecosystem-Job-Openings">Jobs Repo</a></li>
<li class="nav-item"><a href="mailto:joinus@ethberlin?Subject=Hello%20ETHBerlin" target="_top">Say Hi</a></li>
</ul>
<img id="wolpy" src="img/wolpy2.gif" alt="Wolpy" width="420" height="420">
</body>
</html>