diff options
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/index.html b/index.html new file mode 100644 index 0000000..04b10e2 --- /dev/null +++ b/index.html @@ -0,0 +1,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> + + |