diff options
Diffstat (limited to 'public/faq.html')
| -rw-r--r-- | public/faq.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/public/faq.html b/public/faq.html new file mode 100644 index 0000000..0eaa5a4 --- /dev/null +++ b/public/faq.html @@ -0,0 +1,12 @@ +<html lang="en"> +<head> + <title>FAQ - soaos</title> +</head> +<body> + <h1>FAQ</h1> + <p>Q: This site sucks! Where's the CSS?</p> + <p>A: I just thought it would be really funny to make this site without any CSS. My old site had zero JavaScript, + but I felt like I needed to push the bit even further. I was also using a static site generator and switched to + hand-typed HTML.</p> +</body> +</html>
\ No newline at end of file |
