diff options
Diffstat (limited to 'examples/index.html')
-rw-r--r-- | examples/index.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/examples/index.html b/examples/index.html new file mode 100644 index 0000000..45fef4c --- /dev/null +++ b/examples/index.html @@ -0,0 +1,10 @@ +<!DOCTYPE html> +<html lang="en" dir="ltr"> + <head> + <meta charset="utf-8"> + <title>elm-mapbox examples</title> + </head> + <body> + <script src="index.js"></script> + </body> +</html> |