This commit is contained in:
Leon Voß 2024-02-10 16:34:23 +01:00
parent 25ca7cb3a3
commit 380eb38bd3
Signed by: Leon
GPG key ID: 0CF5D5D1C790ADC9
3 changed files with 17 additions and 0 deletions

5
app/css/main.css Normal file
View file

@ -0,0 +1,5 @@
html,
body {
margin: 0;
background-color: #444444;
}

12
app/index.html Normal file
View file

@ -0,0 +1,12 @@
<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="css/main.css" />
<title>Ferienwohnung</title>
</head>
<body>
<h1>hallo</h1>
</body>
</html>

0
app/js/.gitkeep Normal file
View file