summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuval Adam <yuval@y3xz.com>2016-01-01 12:19:37 +0200
committerYuval Adam <yuval@y3xz.com>2016-01-01 12:19:37 +0200
commit6444fe07ec8a805f1ef83fa2c7573fb1914e0330 (patch)
tree7016237f8cc8f58b86a9fdaad4b5616b5ad2b291
parent2f8b00eba0d21eb403de280120d6222e36fc5ecf (diff)
Remove mapbox JS files
-rw-r--r--templates/index.html2
1 files changed, 0 insertions, 2 deletions
diff --git a/templates/index.html b/templates/index.html
index 5991dc1..251c969 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -4,8 +4,6 @@
<meta charset='utf-8' />
<title>geshem.space</title>
<meta name='viewport' content='initial-scale=1,maximum-scale=1,user-scalable=no' />
- <script src='https://api.tiles.mapbox.com/mapbox-gl-js/v0.11.2/mapbox-gl.js'></script>
- <link href='https://api.tiles.mapbox.com/mapbox-gl-js/v0.11.2/mapbox-gl.css' rel='stylesheet' />
<style>
body { margin:0; padding:0; }
#datetime { position:fixed; color: #ee8877; z-index: 100; font-family: monospace; padding: 5px; }