From b7f571b20f6ba4805711e32ca010bb763ca85348 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arne=20Schl=C3=BCter?= Date: Mon, 17 Nov 2014 14:26:33 +0100 Subject: [PATCH] Set up basic HTML structure with necessary style rules --- www/css/style.css | 16 ++++++++++++++++ www/index.html | 11 +++++++++++ 2 files changed, 27 insertions(+) create mode 100644 www/css/style.css create mode 100644 www/index.html diff --git a/www/css/style.css b/www/css/style.css new file mode 100644 index 0000000..d566d6d --- /dev/null +++ b/www/css/style.css @@ -0,0 +1,16 @@ +html, body { + margin: 0; + padding: 0; + width: 100%; + height: 100%; +} + +body { + background: #fff; + color: #000; +} + +#map { + width: 100%; + height: 100%; +} diff --git a/www/index.html b/www/index.html new file mode 100644 index 0000000..c4482cc --- /dev/null +++ b/www/index.html @@ -0,0 +1,11 @@ + + + + + + + +
+ + +