From c84ef0b72bd20e14844910b3cece4a0d4f9ad7ab Mon Sep 17 00:00:00 2001 From: RubixYouTube <111435714+RubixYouTube@users.noreply.github.com> Date: Sun, 22 Sep 2024 14:32:22 -0500 Subject: [PATCH] we got newsticker!!1 v0.2.3a --- index.html | 44 ++++++++++++++++++++++++++++++++++++++++---- 1 file changed, 40 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index ac3e947..17c74ed 100644 --- a/index.html +++ b/index.html @@ -64,6 +64,22 @@ .tab-border { border: 2px solid; } + .news-ticker { + background-color: black; + color: gold; + padding: 10px; + overflow: hidden; + white-space: nowrap; + } + .news-ticker span { + display: inline-block; + padding-right: 100%; + animation: ticker 20s linear infinite; + } + @keyframes ticker { + 0% { transform: translateX(100%); } + 100% { transform: translateX(-100%); } + } +
+ + Welcome to the Hz game! + "Double your Hz, double your fun!" + New update available! + "Keep clicking, keep winning!" + Check out the new features! + "Achieve greatness, one Hz at a time." + Upgrade your Hz now! + "More Hz, more power!" + Save your progress! + "The Hz game is addictive!" + +
@@ -294,7 +330,7 @@
Changelog

-
v0.2.2.1a - Added new features and improvements.
+
v0.2.3a - User requested changes and improvements.
@@ -317,6 +353,6 @@
-
v0.2.2.1a
+
v0.2.3a