-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
52 lines (51 loc) · 1.71 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
41
42
43
44
45
46
47
48
49
50
51
52
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>bag of bags</title>
<link
rel="apple-touch-icon"
sizes="180x180"
href="/img/apple-touch-icon.png"
/>
<link
rel="icon"
type="image/png"
sizes="32x32"
href="/img/favicon-32x32.png"
/>
<link
rel="icon"
type="image/png"
sizes="16x16"
href="/img/favicon-16x16.png"
/>
<link rel="manifest" href="img/site.webmanifest" />
<link rel="stylesheet" type="text/css" href="/css/styles.css" />
</head>
<body>
<div class="content-box">
<h1><a href="https://x.com/tsanva/">𝕏 the everything app</a></h1>
<h1><a href="https://github.com/tsanva/">github</a></h1>
<h1><a href="https://blog.vasant.xyz">blog</a></h1>
<hr />
<h1><a href="about">about</a></h1>
<h1><a href="now">now</a></h1>
<hr />
<h1><a href="decks/">decks</a></h1>
<!-- <h1><a href="certs.html">certs not in linkedin</a></h1> -->
<h1><a href="gpg">gpg</a></h1>
<h1><a href="/img/osaka-burger.jpg">osaka burger</a></h1>
<hr />
<h1>
email: <a href="mailto: [email protected]">[email protected]</a>
</h1>
<h1>
"I thought what I'd do was, I'd pretend I was one of those
deaf-mutes."
</h1>
</div>
</body>
</html>