diff --git a/index.html b/index.html
index d05d865..fcced43 100644
--- a/index.html
+++ b/index.html
@@ -1,71 +1,68 @@
-
-
-
-
-
- 粤好生活-后台管理系统
-
-
-
-
-
-
-
+ @keyframes loading-dash {
+ 0% {
+ stroke-dasharray: 90, 150;
+ stroke-dashoffset: -40px;
+ }
+
+ 100% {
+ stroke-dasharray: 90, 150;
+ stroke-dashoffset: -120px;
+ }
+ }
+
+
+
+
+
+
-
-
-
-
-
\ No newline at end of file
+
+