diff --git a/index.html b/index.html index 388a53d..897ff1e 100644 --- a/index.html +++ b/index.html @@ -1,71 +1,76 @@ - - - - - ChatGPT Web - - -
- -
-
-
-
-
-
-
+ @keyframes left-swing { + + 50%, + 100% { + transform: translateX(95%); + } + } + + @keyframes right-swing { + 50% { + transform: translateX(-95%); + } + + 100% { + transform: translateX(100%); + } + } + +
+
+
+
+
+
- - +
+ + +