From c8e1328164e9ffbd681c3c0e449f1e6b9856b896 Mon Sep 17 00:00:00 2001 From: Gabriel Arakaki Giovanini Date: Sun, 26 Feb 2023 19:54:48 +0100 Subject: feat: Inicial commit It contains rough template for the server and runners. It contains rough template for the server and runners. --- templates/error.html | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 templates/error.html (limited to 'templates/error.html') diff --git a/templates/error.html b/templates/error.html new file mode 100644 index 0000000..cbde400 --- /dev/null +++ b/templates/error.html @@ -0,0 +1,5 @@ +{{template "layout.html" .}} +{{define "title"}} Not Found {{end}} +{{define "content"}} +{{.}} +{{end}} -- cgit v1.2.3