about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorelioat <elioat@tilde.institute>2024-07-07 18:37:06 -0400
committerelioat <elioat@tilde.institute>2024-07-07 18:37:06 -0400
commit8c6bae14613869b3959fc2537cc84b0ca67f03c8 (patch)
tree7cf5fb32bd65db166dc2708f501f9629e8706af1
parentaac1aa11ebd304373ac9a6c0fb6bd129e7b2920c (diff)
downloadtour-8c6bae14613869b3959fc2537cc84b0ca67f03c8.tar.gz
*
-rw-r--r--js/puzzle-dungeon/about.html2
-rw-r--r--js/puzzle-dungeon/index.html2
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 {