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 @@ + + +
+