diff options
| author | Silas Bartha <silas@soaos.dev> | 2025-05-02 23:54:47 -0400 |
|---|---|---|
| committer | Silas Bartha <silas@soaos.dev> | 2025-05-02 23:54:47 -0400 |
| commit | 92f19c216ce5abe7be25084a6d00026075ea2616 (patch) | |
| tree | 30b1ec4e030203db92fd19e44621ea1e345baf54 /public | |
| parent | 342d0792674a56402c39c70c110dda92a8a2add3 (diff) | |
remove index.html (lol)
Diffstat (limited to 'public')
| -rw-r--r-- | public/about.html (renamed from public/index.html) | 10 | ||||
| -rw-r--r-- | public/faq.html | 12 |
2 files changed, 14 insertions, 8 deletions
diff --git a/public/index.html b/public/about.html index bbf4a90..8fcc7b0 100644 --- a/public/index.html +++ b/public/about.html @@ -26,7 +26,7 @@ It's hard because I hate being awful at things haha. </p> - <h2>Stuff on this Server (Under Construction)</h2> + <!-- <h2>Stuff on this Server (Under Construction)</h2> <ul> <li> <s>Projects</s> @@ -41,7 +41,7 @@ <li> <a href="/things_i_like">Things I Like</a> </li> - </ul> + </ul> --> <h2>See me</h2> <ul> @@ -50,12 +50,6 @@ <li>Mastodon: <a href="https://furry.engineer/@soaos" rel="me" target="_blank">soaos@furry.engineer</a></li> </ul> - <h2>FAQ</h2> - <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> - <h2>Webrings</h2> <a href="https://evilr.ing/soaos/previous">←</a> <a href="https://evilr.ing">EVILRING</a> 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 |
