dip/templates/error.html

10 lines
109 B
HTML
Raw Permalink Normal View History

<html>
<head>
2020-01-21 18:42:34 +01:00
{{ template "head.html" .}}
</head>
<body>
<h1>Error</h1>
2020-01-21 18:42:34 +01:00
<p>{{ . }}</p>
</body>
2020-01-20 13:57:11 +01:00
</html>