diff options
| author | Silas Bartha <silas@soaos.dev> | 2025-05-03 00:00:50 -0400 |
|---|---|---|
| committer | Silas Bartha <silas@soaos.dev> | 2025-05-03 00:00:50 -0400 |
| commit | 6fe3ed292737bb22a1ada8f6937d9bcb54c716ee (patch) | |
| tree | fc1d2c43068eae7451d7f149996b1a5f06fec837 | |
| parent | 92f19c216ce5abe7be25084a6d00026075ea2616 (diff) | |
Bring index back lmao
| -rw-r--r-- | public/faq.html | 12 | ||||
| -rw-r--r-- | public/index.html (renamed from public/about.html) | 4 |
2 files changed, 2 insertions, 14 deletions
diff --git a/public/faq.html b/public/faq.html deleted file mode 100644 index 0eaa5a4..0000000 --- a/public/faq.html +++ /dev/null @@ -1,12 +0,0 @@ -<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 diff --git a/public/about.html b/public/index.html index 8fcc7b0..c4224ab 100644 --- a/public/about.html +++ b/public/index.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> |
