Minimalistisches CATALINA_BASE
.
ulrich
2019-12-07 629a00091f87db83afafdfab4d24189bb97ddeb6
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>