diff --git a/main.go b/main.go index 88b6bae..385ecf7 100644 --- a/main.go +++ b/main.go @@ -28,7 +28,7 @@ func main() { } func serveIndexFile(w http.ResponseWriter, r *http.Request) { - http.ServeFile(w, r, "static/index.html") + http.ServeFile(w, r, "static/index-with-text.html") } func serveInputFile(w http.ResponseWriter, r *http.Request) { diff --git a/result.txt b/result.txt deleted file mode 100644 index e69de29..0000000 diff --git a/static/fail.html b/static/fail.html index e3a9d85..3bc86f3 100644 --- a/static/fail.html +++ b/static/fail.html @@ -6,6 +6,7 @@
+Leider nicht die richtige Antwort. Versuch es erneut.