legit/templates/500.html

8 lines
114 B
HTML
Raw Normal View History

2022-12-11 05:52:47 +00:00
<html>
<title>500</title>
{{ template "header" . }}
<body>
500 &mdash; something broke!
</body>
</html>