From 342d0792674a56402c39c70c110dda92a8a2add3 Mon Sep 17 00:00:00 2001 From: Silas Bartha Date: Fri, 2 May 2025 17:47:36 -0400 Subject: added webring links --- .vscode/settings.json | 9 +++++++++ public/index.html | 5 +++++ public/things_i_like/index.html | 22 ---------------------- 3 files changed, 14 insertions(+), 22 deletions(-) create mode 100644 .vscode/settings.json delete mode 100644 public/things_i_like/index.html diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..9de7198 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,9 @@ +{ + "grammarly.selectors": [ + { + "language": "html", + "scheme": "file" + } + ], + "livePreview.serverRoot": "public" +} \ No newline at end of file diff --git a/public/index.html b/public/index.html index 9dd6905..bbf4a90 100644 --- a/public/index.html +++ b/public/index.html @@ -55,6 +55,11 @@

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.

+ +

Webrings

+ + EVILRING + \ No newline at end of file diff --git a/public/things_i_like/index.html b/public/things_i_like/index.html deleted file mode 100644 index b719fdb..0000000 --- a/public/things_i_like/index.html +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - Things I Like - soaos - - - - - Go Home -

Things I Like

-

Categories

- - - - \ No newline at end of file -- cgit v1.2.3