summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html59
1 files changed, 29 insertions, 30 deletions
diff --git a/index.html b/index.html
index b142f20..ef7178a 100644
--- a/index.html
+++ b/index.html
@@ -1,30 +1,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>&nbsp;&nbsp;<a href="/reading">reading</a>&nbsp;&nbsp;<a href="/writing">writing</a>
-</p>
-<p>
-[me@internet ~]$ grep -i `whoami` -r /var/www/<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/>
-rawtext.club: <a href="https://git.rawtext.club/mryouse/">~mryouse</a><br/>
-sr.ht: <a href="https://git.sr.ht/~mryouse/">~mryouse</a><br/>
-</p>
-<p>
-[me@internet ~]$ mail -s "nice to meet you!" ben(at)benwinston(dot)us<br/>
-</p>
-</div>
-</body>
-</html>
+<!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>&nbsp;&nbsp;<a href="/reading">reading</a>&nbsp;&nbsp;<a href="/writing">writing</a>
+</p>
+<p>
+[me@internet ~]$ grep -i $(whoami) -r /var/www/<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/>
+rawtext.club: <a href="https://git.rawtext.club/mryouse/">~mryouse</a><br/>
+</p>
+<p>
+[me@internet ~]$ mail -s "nice to meet you!" ben(at)benwinston(dot)us<br/>
+</p>
+</div>
+</body>
+</html>