diff --git a/TODO.md b/TODO.md index f70df92..bef37fb 100644 --- a/TODO.md +++ b/TODO.md @@ -1,2 +1,3 @@ [ ] Keyboard fit [ ] iOS web app +[ ] Game Statistic diff --git a/_media/img/apple-launch-icon.png b/_media/img/apple-launch-icon.png new file mode 100644 index 0000000..f4f578a Binary files /dev/null and b/_media/img/apple-launch-icon.png differ diff --git a/_media/img/apple-touch-icon.png b/_media/img/apple-touch-icon.png new file mode 100644 index 0000000..f4f578a Binary files /dev/null and b/_media/img/apple-touch-icon.png differ diff --git a/_media/img/favicon.png b/_media/img/favicon.png new file mode 100644 index 0000000..7eb16cd Binary files /dev/null and b/_media/img/favicon.png differ diff --git a/index.html b/index.html index 7d83840..cad2ec9 100644 --- a/index.html +++ b/index.html @@ -7,27 +7,33 @@ --> - Hangman - + + + WORDs + + + + +
@@ -63,6 +69,7 @@ if (window.matchMedia && window.matchMedia('(prefers-color-scheme: dark)').matches) { document.body.classList.add('dark'); + document.querySelector("#theme-switch").innerHTML = "🌙"; } function switchMode(el) {