diff --git a/relay/main.go b/relay/main.go index 54b306d..d3f5134 100644 --- a/relay/main.go +++ b/relay/main.go @@ -68,7 +68,48 @@ func main() { fmt.Printf("Error counting events: %v\n", err) } - fmt.Fprintf(w, `Welcome to scrapestr!
Number of events stored: %d`, count) + // Improved HTML content + fmt.Fprintf(w, ` + + + + + + Scrapestr Relay + + + +
+

Welcome to Scrapestr!

+

Number of events stored: %d

+
+ + + `, count) }) fmt.Println("running on :3334")