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