diff options
Diffstat (limited to 'tw web/tw/index.html')
| -rw-r--r-- | tw web/tw/index.html | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/tw web/tw/index.html b/tw web/tw/index.html new file mode 100644 index 0000000..bc8f5cb --- /dev/null +++ b/tw web/tw/index.html @@ -0,0 +1,13 @@ +<!DOCTYPE html> +<html> +<head> + <title>Map Visualization</title> + <link rel="stylesheet" href="https://unpkg.com/[email protected]/dist/leaflet.css" /> + <link rel="stylesheet" type="text/css" href="style.css"> +</head> +<body> + <div id="map" style="width: 100%; height: 600px;"></div> + <script src="https://unpkg.com/[email protected]/dist/leaflet.js"></script> + <script src="script.js"></script> +</body> +</html> |
