1
0
Fork 0
mirror of https://github.com/Eggbertx/gochan.git synced 2025-08-05 12:56:22 -07:00
gochan/templates/error.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>