blob: 0c229279e28db9cba41af65014ff6b92db7cac7f (
plain)
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
|
<!DOCTYPE html>
<html>
<head>
<link href='/css/styles.css' rel='stylesheet' type='text/css'>
<title>Ben Winston</title>
<meta http-equiv="content-type" content="text/html;charset=utf8" />
</head>
<body>
<div id="content">
<p>
[me@internet ~]$ whoami<br/>
Ben Winston
</p>
<p>
[me@internet ~]$ ls<br/>
<a href="/projects">projects</a> <a href="/reading">reading</a> <a href="/vibrant-margins">vibrant-margins</a> <a href="/writing">writing</a>
</p>
<p>
[me@internet ~]$ grep -i $(whoami) -r /var/www/<br/>
sr.ht: <a href="https://git.sr.ht/~mryouse">~mryouse</a><br/>
github.com: <a href="https://github.com/winsbe01">winsbe01</a><br/>
linkedin.com: <a href="https://www.linkedin.com/in/winsbe01/">winsbe01</a><br/>
</p>
<p>
[me@internet ~]$ mail -s "nice to meet you!" ben(at)benwinston(dot)us<br/>
</p>
</div>
</body>
</html>
|