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

12 lines
No EOL
222 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>{{.errorTitle}}</title>
</head>
<body>
<h1>{{.errorHeader}}</h1>
<p>{{.errorText}}</p>
<hr><address>Site powered by Gochan {{version}}</address>
</body>
</html>