lemonldap-ng/modules/lemonldap-ng-manager/example/notfound.html
Clément Oudot 58703dcf95 LEMONLDAP-162:
* Use an iframe for offline doc
* Dynamic resize of help div
* Custom error page if documentation not found
2010-11-19 14:42:41 +00:00

10 lines
210 B
HTML

<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>