diff options
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 59 |
1 files changed, 29 insertions, 30 deletions
@@ -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> <a href="/reading">reading</a> <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> <a href="/reading">reading</a> <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> |
