size: 955 B

1<!doctype html>
2<html lang="en">
3 <head>
4 <meta charset="utf-8" />
5 <title>thac.loan</title>
6 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
7 <link rel="stylesheet" href="/style.css" />
8 </head>
9 <body>
10 <h1>thac.loan</h1>
11
12 <p>
13 <picture>
14 <source srcset="elitedesk.avif" type="image/avif" />
15 <source srcset="elitedesk.webp" type="image/webp" />
16 <img src="elitedesk.png" alt="elitedesk product placement" />
17 </picture>
18 </p>
19
20 <p>
21 thacloan is a used <b>HP EliteDesk 800 G1 DM</b>
22 running a handful of VMs serving services of varying degrees of
23 usefulness.
24 </p>
25
26 <p>Public services:</p>
27 <ul>
28 <li>
29 <a href="https://khoe.thac.loan">khoe.thac.loan</a>: homegrown
30 free-as-in-freedom source code hosting
31 </li>
32 <li><a href="https://loa.thac.loan">loa.thac.loan</a>: tri's blog</li>
33 </ul>
34 </body>
35</html>