mirror of
https://github.com/Eggbertx/gochan.git
synced 2025-08-28 03:56:23 -07:00
13 lines
No EOL
276 B
HTML
13 lines
No EOL
276 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>{{.ErrorTitle}}</title>
|
|
</head>
|
|
<body>
|
|
<h1>{{.ErrorHeader}}</h1>
|
|
{{/*<img src="{{.ErrorImage}}" border="0" alt="">*/}}
|
|
<p>{{.ErrorText}}</p>
|
|
<hr><address>Site powered by Gochan {{version}}</address>
|
|
</body>
|
|
</html> |