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

12 lines
222 B
HTML
Raw Normal View History

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>{{.errorTitle}}</title>
</head>
<body>
<h1>{{.errorHeader}}</h1>
<p>{{.errorText}}</p>
2022-07-18 16:54:29 -07:00
<hr><address>Site powered by Gochan {{version}}</address>
</body>
</html>