diff options
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> |