From 832774c5e132ba7ec74cfd340dc14907354a1c2a Mon Sep 17 00:00:00 2001 From: gennyble Date: Mon, 6 Nov 2023 07:04:36 -0600 Subject: this was just here :D --- README.md | 7 +++++++ index.html | 9 +++++++++ script.js | 10 ++++++++++ 3 files changed, 26 insertions(+) diff --git a/README.md b/README.md index 89b15c6..4d8f898 100644 --- a/README.md +++ b/README.md @@ -1 +1,8 @@ +### what? +wednesdayle. wordle, but the word is only wednesday. + +### w- but *why?* +why not? it appeared in my head and it seemed easy to make, if only badly. so i did. and badly it is. + +### font. Barlow font: \ No newline at end of file diff --git a/index.html b/index.html index c05b97d..1b91228 100644 --- a/index.html +++ b/index.html @@ -39,6 +39,15 @@ +
diff --git a/script.js b/script.js index 54a5151..d86ca18 100644 --- a/script.js +++ b/script.js @@ -32,6 +32,16 @@ class Wednesdayle { this.notword = document.getElementById('notword'); } + dialogClosed() { + if (localStorage.getItem("dialogState") == "closed") { + + } + } + + saveDialogClosed() { + + } + // Terrible function name genny letterDid(letter) { if (!this.active) { -- cgit 1.4.1-3-g733a5