feat(legal): style legal page (2)

This commit is contained in:
Philipp Matthias Schaefer 2021-02-27 20:56:38 +01:00
parent c2b43c8f6c
commit 8ec8951315

View File

@ -21,8 +21,15 @@ with the WebLDAPPasswd. If not, see <https://www.gnu.org/licenses/>.
<head>
<meta charset="utf-8">
<title>WebLDAPPasswd</title>
<link rel="stylesheet" href="webldappasswd.css">
<link rel="icon" type="image/svg+xml" href="logo.svg">
</head>
<body>
The administrator of this WebLDAPPasswd instance is lazy and should feel bad.
<p>The administrator of this WebLDAPPasswd instance is lazy and should feel
bad.</p>
<nav>
<a href="index.html">Home Page</a>
<a href="https://git.schaefer-wolke.de/fiveop/webldappasswd/">WebLDAPPasswd</a>
</nav>
</body>
</html>