Minimalistisches CATALINA_BASE
.
ulrich
2019-12-07 c6717f330c92a016459feabd408610d8b303444b
1
2
3
4
5
6
7
8
9
10
11
12
<!DOCTYPE html>
<html>
    <head>
        <title>WebBox Startseite</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>WebBox</p>
    </body>
</html>