diff --git a/README.md b/README.md index 3e2951e..859d82f 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Hermes
- +
-Hermes is an open source E-Mail tracking solution that is written in Go. It tracks emails using a tracking pixel and when it detects that the e-mail was read, it sends a notification using ![Gotify](https://github.com/gotify/server). This is not meant to be high-quality or easily readible. I made it three hours after learning go to practice, so don't judge me! For more info on how this works, just read the code, it is not that long anyways. +Hermes is an open source E-Mail tracking solution that is written in Go. It tracks emails using a tracking pixel and when it detects that the e-mail was read, it sends a notification using [Gotify](https://github.com/gotify/server). This is not meant to be high-quality or easily readible. I made it three hours after learning go to practice, so don't judge me! For more info on how this works, just read the code, it is not that long anyways. diff --git a/app/views/Hermes/Index.html b/app/views/Hermes/Index.html index abfa102..ea848e3 100644 --- a/app/views/Hermes/Index.html +++ b/app/views/Hermes/Index.html @@ -1,21 +1,29 @@ -{{set . "title" "Home"}} -{{template "header.html" .}} - -+ +
+Hermes is an open source E-Mail tracking solution that is written in Go. It tracks emails using a tracking pixel and when it detects that the e-mail was read, it sends a notification using Gotify . This is not meant to be high-quality or easily readible. I made it three hours after learning go to practice, so don’t judge me! For more info on how this works, just read the code, it is not that long anyways. You can find it here.
+ diff --git a/app/views/debug.html b/app/views/debug.html deleted file mode 100644 index 5f1013c..0000000 --- a/app/views/debug.html +++ /dev/null @@ -1,64 +0,0 @@ - - - - - diff --git a/app/views/errors/404.html b/app/views/errors/404.html deleted file mode 100644 index ebdfe10..0000000 --- a/app/views/errors/404.html +++ /dev/null @@ -1,20 +0,0 @@ - - - -- {{.Description}} -
- {{end}} -{{end}} - - diff --git a/app/views/errors/500.html b/app/views/errors/500.html deleted file mode 100644 index 0cef4de..0000000 --- a/app/views/errors/500.html +++ /dev/null @@ -1,16 +0,0 @@ - - - -- This exception has been logged. -
- {{end}} - - diff --git a/app/views/flash.html b/app/views/flash.html deleted file mode 100644 index 1c764c0..0000000 --- a/app/views/flash.html +++ /dev/null @@ -1,18 +0,0 @@ -{{if .flash.success}} -