diff --git a/info-log.html b/info-log.html
index a33d399..df43ebb 100644
--- a/info-log.html
+++ b/info-log.html
@@ -22,7 +22,7 @@
nav {margin-bottom: 0;}
-
+
BGM player
diff --git a/meta/index.html b/meta/index.html
index e1fba37..12f006c 100644
--- a/meta/index.html
+++ b/meta/index.html
@@ -36,6 +36,7 @@
main.css |
music.js |
NEW_en.gif |
+
scroll-up.svg |
shop.ttf |
shop.wav |
diff --git a/meta/scroll-up.svg b/meta/scroll-up.svg
new file mode 100644
index 0000000..7b4eda7
--- /dev/null
+++ b/meta/scroll-up.svg
@@ -0,0 +1,9 @@
+
\ No newline at end of file
diff --git a/support.html b/support.html
index 4490e40..f355154 100644
--- a/support.html
+++ b/support.html
@@ -21,6 +21,8 @@
summary {color:red;text-decoration: underline;list-style: none;font-weight: bold;user-select: none;cursor: pointer;}
details {color:red;outline: solid 1px red;padding-bottom: 5px;margin-bottom: 10px;}
details h2 {color:red}
+ button#scrollUp {position:fixed;bottom: 10px; right: 10px; display: none; transform: translateY(20px); transition: opacity 0.3s ease, transform 0.3s ease;padding-bottom:0;z-index:1000;}
+ button#scrollUp.show {display:block;opacity:1;transform: translateY(0);}
@@ -35,6 +37,8 @@
+
+
Shop-related
@@ -171,5 +175,29 @@
+
+
+
\ No newline at end of file