From cd9ade88b36ab56d3adff2062e127fe3902ba4c8 Mon Sep 17 00:00:00 2001 From: Max Litruv Boonzaayer Date: Mon, 24 Mar 2025 16:29:34 +1100 Subject: [PATCH] updated with search --- .vscode/settings.json | 3 + index.html | 8 +++ index.js | 133 +++++++++++++++++++++++++++++++++++++++++- styles.css | 110 ++++++++++++++++++++++++++++++++++ 4 files changed, 253 insertions(+), 1 deletion(-) create mode 100644 .vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..6f3a291 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,3 @@ +{ + "liveServer.settings.port": 5501 +} \ No newline at end of file diff --git a/index.html b/index.html index 3c69553..e636e0b 100644 --- a/index.html +++ b/index.html @@ -27,6 +27,14 @@