diff --git a/public/index.html b/public/index.html
index d68b91f..76d9296 100644
--- a/public/index.html
+++ b/public/index.html
@@ -16,19 +16,20 @@
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
-
-
@@ -94,6 +95,8 @@
+
v1.3.1
+
diff --git a/public/styles/layout/topbar.css b/public/styles/layout/topbar.css
index 2071e13..939b931 100644
--- a/public/styles/layout/topbar.css
+++ b/public/styles/layout/topbar.css
@@ -96,4 +96,21 @@
#close-btn:active {
background: #c50f1f;
transform: scale(0.9);
+}
+
+.version-badge {
+ position: fixed;
+ right: 18px;
+ bottom: 12px;
+ z-index: 2000;
+ font-size: 0.85em;
+ color: #b0b0b0;
+ background: none;
+ font-weight: 500;
+ border-radius: 6px;
+ padding: 2px 8px;
+ opacity: 0.7;
+ pointer-events: none;
+ box-shadow: none;
+ user-select: none;
}
\ No newline at end of file