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 /projects | |
| parent | ebf56e4427ca27916bc16f3e0cbe92e040d51412 (diff) | |
dos2unix
Diffstat (limited to 'projects')
| -rw-r--r-- | projects/index.html | 48 |
1 files changed, 24 insertions, 24 deletions
diff --git a/projects/index.html b/projects/index.html index f10fdde..b2d9854 100644 --- a/projects/index.html +++ b/projects/index.html @@ -1,24 +1,24 @@ -<!DOCTYPE html>
-<html>
-<head>
- <link href='/css/styles.css' rel='stylesheet' type='text/css'>
- <title>blog - Ben Winston</title>
- <meta http-equiv="content-type" content="text/html;charset=utf8" />
-</head>
-<body>
-<div id="content">
-<h4><a href="/">cd ..</a></h4>
-<br/><br/>
-<h2>Projects</h2>
-<br/>
-<h3><a href="https://github.com/winsbe01/roku-cli">roku-cli</a></h3>
-<p>A CLI-driven <a href="https://www.roku.com">Roku</a> remote, with search!</p>
-<h3><a href="https://github.com/winsbe01/nq">nq</a></h3>
-<p>A scrappy music player for mp3s and Spotify</p>
-<h3><a href="https://git.rawtext.club/mryouse/sweepy">sweepy</a></h3>
-<p>It's minesweeper on the command line!</p>
-<h3><a href="https://git.rawtext.club/mryouse/ouija">ouija</a></h3>
-<p>A Python library for drawing CLI game boards using <a href="https://en.wikipedia.org/wiki/Curses_%28programming_library%29">curses</a></p>
-</div>
-</body>
-</html>
+<!DOCTYPE html> +<html> +<head> + <link href='/css/styles.css' rel='stylesheet' type='text/css'> + <title>blog - Ben Winston</title> + <meta http-equiv="content-type" content="text/html;charset=utf8" /> +</head> +<body> +<div id="content"> +<h4><a href="/">cd ..</a></h4> +<br/><br/> +<h2>Projects</h2> +<br/> +<h3><a href="https://github.com/winsbe01/roku-cli">roku-cli</a></h3> +<p>A CLI-driven <a href="https://www.roku.com">Roku</a> remote, with search!</p> +<h3><a href="https://github.com/winsbe01/nq">nq</a></h3> +<p>A scrappy music player for mp3s and Spotify</p> +<h3><a href="https://git.rawtext.club/mryouse/sweepy">sweepy</a></h3> +<p>It's minesweeper on the command line!</p> +<h3><a href="https://git.rawtext.club/mryouse/ouija">ouija</a></h3> +<p>A Python library for drawing CLI game boards using <a href="https://en.wikipedia.org/wiki/Curses_%28programming_library%29">curses</a></p> +</div> +</body> +</html> |
