diff --git a/index.html b/index.html index a02093d..eca5a8e 100644 --- a/index.html +++ b/index.html @@ -1,36 +1,141 @@ - - - - K5Web - + - - - - - - - - - -
- - - + } + + @-webkit-keyframes antRotate { + to { + -webkit-transform: rotate(405deg); + transform: rotate(405deg); + } + } + + @keyframes antSpinMove { + to { + opacity: 1; + } + } + + @-webkit-keyframes antSpinMove { + to { + opacity: 1; + } + } + + + + + + + + + + + +
+
+
+ +
+
+
+ + + + \ No newline at end of file diff --git a/index.html.gz b/index.html.gz index 95c097a..298116d 100644 Binary files a/index.html.gz and b/index.html.gz differ