diff options
author | elioat <elioat@tilde.institute> | 2024-07-07 18:37:06 -0400 |
---|---|---|
committer | elioat <elioat@tilde.institute> | 2024-07-07 18:37:06 -0400 |
commit | 8c6bae14613869b3959fc2537cc84b0ca67f03c8 (patch) | |
tree | 7cf5fb32bd65db166dc2708f501f9629e8706af1 | |
parent | aac1aa11ebd304373ac9a6c0fb6bd129e7b2920c (diff) | |
download | tour-8c6bae14613869b3959fc2537cc84b0ca67f03c8.tar.gz |
*
-rw-r--r-- | js/puzzle-dungeon/about.html | 2 | ||||
-rw-r--r-- | js/puzzle-dungeon/index.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/js/puzzle-dungeon/about.html b/js/puzzle-dungeon/about.html index 102de91..7db741c 100644 --- a/js/puzzle-dungeon/about.html +++ b/js/puzzle-dungeon/about.html @@ -2,7 +2,7 @@ <html lang="en"> <head> <meta charset="UTF-8"> - <title>Puzzle Game</title> + <title>Puzzle Dungeon</title> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <style> body, html { diff --git a/js/puzzle-dungeon/index.html b/js/puzzle-dungeon/index.html index c7d1b45..cef18c7 100644 --- a/js/puzzle-dungeon/index.html +++ b/js/puzzle-dungeon/index.html @@ -2,7 +2,7 @@ <html lang="en"> <head> <meta charset="UTF-8"> - <title>Puzzle Game</title> + <title>Puzzle Dungeon</title> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <style> body, html { |