diff options
author | Teddy Wing | 2017-04-19 15:20:35 +0200 |
---|---|---|
committer | Teddy Wing | 2017-04-19 15:20:35 +0200 |
commit | 1b8cde4673950b24e4af1387df9d530baf92a602 (patch) | |
tree | 648bd36b09c0a99a6410b329e131cead9ebb5b31 | |
download | geo-feature-examiner-1b8cde4673950b24e4af1387df9d530baf92a602.tar.bz2 |
Initial commit. Add base static HTML file.
-rw-r--r-- | index.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/index.html b/index.html new file mode 100644 index 0000000..eca4ac1 --- /dev/null +++ b/index.html @@ -0,0 +1,9 @@ +<!doctype html> +<html lang="en"> +<head> + <meta charset="utf-8"> + <title>Geo Feature Explorer</title> +</head> +<body> +</body> +</html> |