Minimalistisches CATALINA_BASE
Ulrich
2020-04-16 c50e7b4298ea3e6562e836d6bc25bc7ebba69714
1
2
3
4
5
6
7
8
9
10
11
12
<!DOCTYPE html>
<html>
    <head>
        <title>Fehler 403: Nicht erlaubt</title>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <link rel="stylesheet" type="text/css" href="stile.css">
    </head>
    <body>
      <p>Das ist an dieser Stelle nicht erlaubt (HTTP 403).</p>
    </body>
</html>