davadmin/admin/templates/error.html

10 lines
154 B
HTML
Raw Normal View History

<html>
<head>
<title>DavAdmin - An error occured</title>
</head>
<body>
<h1>DavAdmin - An error occured</h1>
<p>{$errormsg}</p>
</body>
</html>