From 3851593dfaf91bd8f98184e61718d3f015c67498 Mon Sep 17 00:00:00 2001
From: Justin Gu <77459359+JusGu@users.noreply.github.com>
Date: Thu, 24 Oct 2024 20:40:38 -0700
Subject: [PATCH 1/2] added example pr
---
index.html | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/index.html b/index.html
index 26d7a9c..c20d425 100644
--- a/index.html
+++ b/index.html
@@ -64,6 +64,11 @@
cs.uwatering.com
"year": 2026,
"website": "https://www.jaidenratti.com/"
},
+ {
+ "name": "John Doe",
+ "year": 2026,
+ "website": "https://example.com"
+ }
// add your site above
]
};
From 5c664e73770daa879fc5f4c7224c9664831eac58 Mon Sep 17 00:00:00 2001
From: Justin Gu <77459359+JusGu@users.noreply.github.com>
Date: Wed, 16 Apr 2025 18:58:45 -0400
Subject: [PATCH 2/2] Update index.html
---
index.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/index.html b/index.html
index c20d425..af0fc72 100644
--- a/index.html
+++ b/index.html
@@ -68,7 +68,7 @@ cs.uwatering.com
"name": "John Doe",
"year": 2026,
"website": "https://example.com"
- }
+ },
// add your site above
]
};