summaryrefslogtreecommitdiffstats
path: root/index.html
blob: ca587ad2e1fbb973f49f8fd7610ace82498e0b3c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<!DOCTYPE html>
<html>
<head>
    <title>Jon Santmyer</title>

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