summaryrefslogtreecommitdiffstats
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html25
1 files changed, 24 insertions, 1 deletions
diff --git a/index.html b/index.html
index 79debeb..ca587ad 100644
--- a/index.html
+++ b/index.html
@@ -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>