diff options
Diffstat (limited to 'about/whyami.html')
-rw-r--r-- | about/whyami.html | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/about/whyami.html b/about/whyami.html index a94240c..e181213 100644 --- a/about/whyami.html +++ b/about/whyami.html @@ -1,4 +1,23 @@ +<!DOCTYPE html> +<html xmlns="http://www.w3.org/1999/xhtml" lang="" xml:lang=""> +<head> + <meta charset="utf-8" /> + <meta name="generator" content="pandoc" /> + <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" /> + <title>whyami</title> + <style> + code{white-space: pre-wrap;} + span.smallcaps{font-variant: small-caps;} + span.underline{text-decoration: underline;} + div.column{display: inline-block; vertical-align: top; width: 50%;} + div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;} + ul.task-list{list-style: none;} + </style> +</head> +<body> <center> <p>We are here on Earth to fart around. Don't let anybody tell you any different.</p> -- <em>Kurt Vonnegut, from A man without a country.</em> </center> +</body> +</html> |