12 lines
127 B
Cheetah
12 lines
127 B
Cheetah
|
<!doctype html>
|
||
|
<html>
|
||
|
|
||
|
<head>
|
||
|
<title> Error </title>
|
||
|
</head>
|
||
|
|
||
|
<body>
|
||
|
<pre> {{ .Error}} </pre>
|
||
|
</body>
|
||
|
</html>
|