Changes to cancel

ffff:72.234.190.31
ffff:72.234.190.31
1 month ago
updated claude.html
claude.html
Changed around line 3
- Cancel Subscription
+ Click Here to Cancel
ffff:72.234.190.31
ffff:72.234.190.31
1 month ago
updated claude.html
claude.html
Changed around line 66
-
+
+ Click here to Cancel
+
ffff:72.234.190.31
ffff:72.234.190.31
1 month ago
updated claude.html
claude.html
Changed around line 61
-

We're Sorry to See You Go Breck!

+

We're Sorry to See You Go!

ffff:72.234.190.31
ffff:72.234.190.31
1 month ago
updated claude.html
claude.html
Changed around line 66
-
+
ffff:72.234.190.31
ffff:72.234.190.31
1 month ago
updated claude.html
claude.html
Changed around line 61
-

We're Sorry to See You Go!

+

We're Sorry to See You Go Breck!

ffff:72.234.190.31
ffff:72.234.190.31
1 month ago
updated claude.html
claude.html
Changed around line 24
+ position: relative;
Changed around line 39
- position: relative;
Changed around line 53
- #actualButton {
+ .cancel-btn.moving {
Changed around line 71
+ let hasStartedMoving = false;
Changed around line 80
+ if (!hasStartedMoving) return;
+
Changed around line 100
+ if (!hasStartedMoving) {
+ hasStartedMoving = true;
+ button.classList.add("moving");
+ }
+
Changed around line 114
- // Initial position
- moveButton();
+ // Start moving only when user first tries to click
+ button.addEventListener("mouseenter", () => {
+ if (!hasStartedMoving) {
+ moveButton();
+ }
+ });
- window.addEventListener("resize", moveButton);
+ window.addEventListener("resize", () => {
+ if (hasStartedMoving) {
+ moveButton();
+ }
+ });
ffff:72.234.190.31
ffff:72.234.190.31
1 month ago
updated index.scroll
index.scroll
Changed around line 1
- theme roboto
-
- Hello World my name is
+ claude.html
ffff:72.234.190.31
ffff:72.234.190.31
1 month ago
updated claude.html
claude.html
Changed around line 1
+
+
+
+
+
+ Cancel Subscription
+
+
+
+
+

We're Sorry to See You Go!

+

+ But we value your time and want to make this process as simple as
+ possible. You can cancel your subscription with just one click.
+

+
+
+
+
+
+
ffff:72.234.190.31
ffff:72.234.190.31
1 month ago
created claude.html
claude.html
root
root
2 months ago
initial blank_template template
.gitignore
Changed around line 1
+ .DS_Store
+ *.html
+ *.txt
+ *.xml
+ *.css
+ *.js
+ *.csv
+ requests.scroll
index.scroll
Changed around line 1
+ buildHtml
+ theme roboto
+
+ Hello World my name is