From 18cc67d5844417622d45ae3f3c88fc1b15332485 Mon Sep 17 00:00:00 2001 From: Madz Date: Mon, 26 Feb 2024 20:05:10 -0500 Subject: [PATCH] Upload files to "/" --- webring.json | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 webring.json diff --git a/webring.json b/webring.json new file mode 100644 index 0000000..f105018 --- /dev/null +++ b/webring.json @@ -0,0 +1,27 @@ +[ + { + "name": "CSS-Tricks", + "url": "https://css-tricks.com", + "owner": "Chris Coyier" + }, + { + "name": "CSS { In Real Life }", + "url": "https://css-irl.info/", + "owner": "Michelle Barker" + }, + { + "name": "CSS Wizardry", + "url": "https://csswizardry.com/archive/", + "owner": "Harry Roberts" + }, + { + "name": "Adactio", + "url": "https://adactio.com/", + "owner": "Jeremy Keith" + }, + { + "name": "Codrops", + "url": "https://tympanus.net/codrops/", + "owner": "Manoela Ilic" + } +]