1
2
3
4
5
6
7
8
9
10
11
12
| <%@page contentType="text/html" pageEncoding="UTF-8"%>
| <!DOCTYPE html>
| <html>
| <head>
| <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
| <title>Dateiverwaltung</title>
| </head>
| <body>
| <h1>Dateiverwaltung</h1>
| <p><a href="ui">Anmeldung</a></p>
| </body>
| </html>
|
|