1
0
Fork 0
mirror of https://github.com/Eggbertx/gochan.git synced 2025-08-19 08:26:23 -07:00
gochan/templates/error.html

13 lines
276 B
HTML
Raw Normal View History

<!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>
2022-07-18 16:54:29 -07:00
<hr><address>Site powered by Gochan {{version}}</address>
</body>
</html>