-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
40 lines (32 loc) · 1.5 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
<!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>
<h3>writing</h3>
<dl>
<dt>10/29/21: <a href="posts/anchor101.html">angkor wat</a></dt>
<dd>i explain how anchor works and struggle with formatting code in css</dd>
<dt>7/24/21: <a href="posts/price-rev.html">german hyperinflation and the price revolution</a></dt>
<dd>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>i explain what the fuck is the ok you get the idea</dd>
</dl>
<h3>tools</h3>
<dl>
<dt>10/26/21: <a href="tools/revoken.html">solana token revoken</a></dt>
<dd>a simple webapp to find and revoke active token approvals</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>