setup
This commit is contained in:
parent
25ca7cb3a3
commit
380eb38bd3
3 changed files with 17 additions and 0 deletions
5
app/css/main.css
Normal file
5
app/css/main.css
Normal file
|
@ -0,0 +1,5 @@
|
|||
html,
|
||||
body {
|
||||
margin: 0;
|
||||
background-color: #444444;
|
||||
}
|
12
app/index.html
Normal file
12
app/index.html
Normal 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
0
app/js/.gitkeep
Normal file
Loading…
Reference in a new issue