diff --git a/internal/assets/templates/monitor.html b/internal/assets/templates/monitor.html
index e618f8b..0333741 100644
--- a/internal/assets/templates/monitor.html
+++ b/internal/assets/templates/monitor.html
@@ -22,13 +22,13 @@
{{ define "site" }}
{{ if .IconUrl }}
-
+
{{ end }}
-
{{ .Title }}
+
{{ .Title }}
{{ if not .Status.Error }}
- - {{ .StatusText }}
+ - {{ .StatusText }}
- {{ .Status.ResponseTime.Milliseconds | formatNumber }}ms
{{ else if .Status.TimedOut }}
- Timed Out
@@ -37,7 +37,7 @@
{{ end }}
-{{ if eq .StatusStyle "good" }}
+{{ if eq .StatusStyle "ok" }}