diff --git a/site/static/error.html b/site/static/error.html new file mode 100644 index 0000000000000..a8be2267085f9 --- /dev/null +++ b/site/static/error.html @@ -0,0 +1,135 @@ +{{/* This template is used by application handlers to render friendly error pages when there is a +proxy error (for example, when the target app isn't running). */}} + + + + + + + Codestin Search App + + + +
+ + + + + + + + + + + + + + + + +

{{ .Error.Status }} - {{ .Error.Title }}

+

{{ .Error.Description }}

+
+ {{- if .Error.RetryEnabled }} + + {{ end }} + Back to site +
+
+ +