diff options
| author | Ben Winston | 2021-12-22 16:46:17 -0500 | 
|---|---|---|
| committer | Ben Winston | 2021-12-22 16:49:15 -0500 | 
| commit | 770449522dbe9697aba84e013b5a7126b4725dcd (patch) | |
| tree | a0dba27bfba5161104e3dcf321fe90a8fd6415dd /index.html | |
| parent | ebf56e4427ca27916bc16f3e0cbe92e040d51412 (diff) | |
dos2unix
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> | 
