diff options
author | Jon Santmyer <jon@jonsantmyer.com> | 2021-04-24 19:37:31 +0000 |
---|---|---|
committer | Jon Santmyer <jon@jonsantmyer.com> | 2021-04-24 19:37:31 +0000 |
commit | a5f4d66313bb1a455bbc344a671dd16d315a0fdc (patch) | |
tree | fd68f04802b3e7d199025da7e79a0655715c2351 /index.html | |
parent | a6615f0063a308709ef29d7d90350ac824f718aa (diff) | |
download | website-a5f4d66313bb1a455bbc344a671dd16d315a0fdc.tar.gz website-a5f4d66313bb1a455bbc344a671dd16d315a0fdc.tar.bz2 website-a5f4d66313bb1a455bbc344a671dd16d315a0fdc.zip |
commit 2
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 25 |
1 files changed, 24 insertions, 1 deletions
@@ -1,5 +1,28 @@ +<!DOCTYPE html> <html> +<head> + <title>Jon Santmyer</title> - <h1>Jon Santmyer Website!</h1> + <link rel="stylesheet" href="style.css"> +</head> +<body> + <div class="page-body"> + <center> + <h1>Jon Santmyer's Website</h1> + <p>A place where I put links to things I find interesting / notable</p> + <a class="link-button" href="https://git.jonsantmyer.com">git.jonsantmyer.com</a> + <a class="link-button" href="https://searx.jonsantmyer.com">searx.jonsantmyer.com</a> + </center> + <div style="margin: 25px"> + <p>There won't really be any physical media here because storage is expensive. Maybe torrent links...</p> + <p> + I use + <img src="img/artix.png" style="max-height:16px"> + <a href="https://artixlinux.org/">Artix</a> + on my main system and laptop + </p> + </div> + </div> +</body> </html> |