11 lines
214 B
HTML
11 lines
214 B
HTML
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<title>Error</title>
|
||
|
</head>
|
||
|
<body>
|
||
|
<h1>Oops, an error occurred!</h1>
|
||
|
<p1>Error {{.StatusCode}}</p1>
|
||
|
<p1>{{.Error}}</p1>
|
||
|
</body>
|
||
|
</html>
|