-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy pathindex.html
38 lines (38 loc) · 1.1 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
<!DOCTYPE html>
<head>
<title>0xhedge</title>
<link rel="stylesheet" href="assets/Style.css" />
<body>
<div>
<img src="background.png" , id="bg" alt="" />
<br />
<br />
<br />
<h1>Welcome to 0xhedge</h1>
<br />
<br />
<br />
<h3>
On a long enough timeline the survival rate for every fiat currency
drops to zero.
</h3>
<br />
<br />
<br />
<h2 class="description">Volatility Surface Visualizers</h2>
<!-- <a href="/BTCUSD/"><h2 class="vol-surface-link">BTC/USD</h2></a>
<a href="/ETHUSD/"><h2 class="vol-surface-link">ETH/USD</h2></a> -->
<h2 class="vol-surface-link">
<a href="/BTCUSD/" style="text-decoration: none">BTC/USD </a
><a href="/ETHUSD/" style="text-decoration: none">ETH/USD</a>
</h2>
<h2 class="blog-link">
<a href="https://medium.com/@0xhedge" style="text-decoration: none"
>Blog </a
>
<a href="https://twitter.com/0xhedge" style="text-decoration: none"
>Twitter</a>
</h2>
</div>
</body>
</head>