diff options
| author | davidovski <david@davidovski.xyz> | 2024-03-21 11:40:02 +0000 | 
|---|---|---|
| committer | davidovski <david@davidovski.xyz> | 2024-03-21 11:40:02 +0000 | 
| commit | 7ad3fb95511503e392c15e5852673102bf6d9fde (patch) | |
| tree | c448cbe93d7111bb0f4123dc25292b6c281f4f50 | |
| parent | e022d07aad491bab0c6af62273c6a6e88c2fbe93 (diff) | |
explain site links in about
| -rwxr-xr-x | site/index.html | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/site/index.html b/site/index.html index be2fec0..134d12f 100755 --- a/site/index.html +++ b/site/index.html @@ -6,7 +6,7 @@ cat << EOF  <div class="grid">  	<div class="about"> -        <p>hi, i'm david and this is my website. i'm interested in all things esoteric as well as coding in <a href="/git/shblg.git/tree/src/md2html.sh">shell</a> and playing around with free software.</p> +        <p>hi, i'm david and this is my website. i'm interested in all things esoteric as well as coding in <a href="/git/shblg.git/tree/src/md2html.sh">shell</a> and playing around with free software. if you want to check out my projects, most of them can be found on <a href="/git">/git</a> and some older, assorted projects can be found on <a href="/m/">/m</a></p>  	</div> | 
