diff options
author | Andrew Yu <andrew@andrewyu.org> | 2021-12-12 15:34:57 +0800 |
---|---|---|
committer | Andrew Yu <andrew@andrewyu.org> | 2021-12-12 15:34:57 +0800 |
commit | 496131d5443f7d944bcf3b0b0c19945e79b75a76 (patch) | |
tree | a9e792c27084117d11aabf39d9ef7ca8c8ca043e | |
download | www-496131d5443f7d944bcf3b0b0c19945e79b75a76.tar.gz |
init
-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> + + |