-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
30 lines (24 loc) · 1.15 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="twitter:card" content="summary">
<meta name="twitter:site" content="@dumbcontract2">
<meta name="twitter:title" content="hana homepage">
<meta name="twitter:description" content="its my website">
<title>2501babe: home</title>
<link rel="stylesheet" href="/style.css">
</head>
<body>
<h1>hana homepage</h1>
<div style="text-align:center"><img src="https://media.githubusercontent.com/media/2501babe/2501babe.github.io/master/img/hana-ava.jpg"></div>
<p>its my website. ill post stuff here</p>
<dl>
<dt>7/24/21: <a href="posts/price-rev.html">german hyperinflation and the price revolution</a></dt>
<dd>in which i say central bank printing is not like this thing but like that other thing instead</dd>
<dt>7/17/21: <a href="posts/solana101.html">ok so what the fuck is the deal with solana anyway</a></dt>
<dd>in which i explain what the ok you get the idea</dd>
</dl>
<p style="text-align:center"><a href="https://twitter.com/dumbcontract2">twitter</a> | <a href="https://github.com/2501babe">github</a></p>
</body>
</html>