diff --git a/templates/dashboard.html b/templates/dashboard.html index 2d76dfd..c643d6d 100644 --- a/templates/dashboard.html +++ b/templates/dashboard.html @@ -78,6 +78,16 @@ text-transform: uppercase; letter-spacing: 1px; } + + @keyframes spin { + 100% { + transform: rotate(360deg); + } + } + + .spin-anim { + animation: spin 0.5s linear; + } @@ -91,6 +101,9 @@ Connecting...