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

12 lines
No EOL
142 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>Error :c</title>
</head>
<body>
<center>
<h1>Error!</h1>
<h2>{ERRORTEXT}</h2>
</center>
</body>
</html>