diff --git a/frontend/src/pages/Index.vue b/frontend/src/pages/Index.vue
index 3419075d..9f3a2b42 100644
--- a/frontend/src/pages/Index.vue
+++ b/frontend/src/pages/Index.vue
@@ -12,27 +12,28 @@
-
-
-
- {{service.name}}
- {{service.online ? "ONLINE" : "OFFLINE"}}
-
-
-
-
-
+
+
+
+
+
+
+
+ {{service.name}}
+ {{service.online ? "ONLINE" : "OFFLINE"}}
+
+
+
+
+
-
-
-
-
+
diff --git a/handlers/handlers.go b/handlers/handlers.go
index fe8a4ae7..5f9ccf6b 100644
--- a/handlers/handlers.go
+++ b/handlers/handlers.go
@@ -3,13 +3,13 @@ package handlers
import (
"encoding/json"
"fmt"
- "github.com/statping-ng/statping-ng/types/errors"
"html/template"
"net/http"
"path"
"time"
"github.com/statping-ng/statping-ng/source"
+ "github.com/statping-ng/statping-ng/types/errors"
"github.com/statping-ng/statping-ng/utils"
)