lemonldap-ng/lemonldap-ng-manager/example/notfound.html

10 lines
210 B
HTML
Raw Normal View History

<html>
<head>
<title>Page not found</title>
</head>
<body style="background:#FFF;text-align:center;">
<h1>Page not found</h1>
<h2>Please install documentation package to get offline doc</h2>
</body>
</html>