1
0
Fork 0
mirror of https://github.com/Eggbertx/gochan.git synced 2025-09-07 12:46:23 -07:00
gochan/templates/error.html

13 lines
No EOL
289 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>http://gochan.org powered by Gochan {{version}}</address>
</body>
</html>