diff --git a/templates/index.html b/templates/index.html deleted file mode 100644 index 77c0307..0000000 --- a/templates/index.html +++ /dev/null @@ -1,67 +0,0 @@ -{{template "base" .}} - -{{define "title"}}Home - Webhooker{{end}} - -{{define "content"}} -
-
-

Welcome to Webhooker

-

A reliable webhook proxy service for event delivery

-
- -
- -
-
-
- - - - - -
-
-

Server Status

- Online -
-
-
-
-

Uptime

-

{{.Uptime}}

-
-
-

Version

-

{{.Version}}

-
-
-
- - -
-
-
- - - -
-
-

Users

-

Registered accounts

-
-
-
-

{{.UserCount}}

-

Total users

-
-
-
- - {{if not .User}} -
-

Ready to get started?

- Login to your account -
- {{end}} -
-{{end}}