summary refs log tree commit diff stats
path: root/index.html
blob: 04b10e2f743f3e971d41143d230c918f0107de19 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE htm PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/TR/xhtml1" xml:lang="en" lang="en">
	<head>
		<title>Still a work in progress</title>
	</head>
	<body>
		<h1>Still a work in progress</h1>
		<p>I recently switched from Linux to OpenBSD on all of my servers and some desktop/laptops.  I'm going to rewrite the site soon, see you then!</p>

		<p>Things done:
			<ul>
				<li>httpd</li>
				<li>smtpd, dovecot, rspamd</li>
			</ul>
		</p>
	</body>
</html>