mirror of
https://github.com/heyarne/berliner-winter.git
synced 2026-05-06 19:23:39 +02:00
Set up serving of index.html and assets
This commit is contained in:
parent
da39c6b9dc
commit
155874f689
16 changed files with 9712 additions and 3 deletions
14
static/css/style.css
Normal file
14
static/css/style.css
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
html, body {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
body {
|
||||
background: #fff;
|
||||
color: #000;
|
||||
}
|
||||
|
||||
#map {
|
||||
height: 100%;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue