summaryrefslogtreecommitdiff
path: root/tw web/tw/index.html
diff options
context:
space:
mode:
author朱宇佳 <[email protected]>2024-01-04 01:13:30 +0000
committer朱宇佳 <[email protected]>2024-01-04 01:13:30 +0000
commitf2fcf07b64d140bd1f015032c9128fdd5e736974 (patch)
treedaaffe891e2bbec804d6a705ddb84b9968e879a4 /tw web/tw/index.html
parent6c706a64d054f02dd009b05c8f95637ddba1cb75 (diff)
parent5b82adc274471a57f68baf8efa4e8ed4bf35f51c (diff)
Merge branch 'main' into 'main'HEADmain
当前已收集代码合并 See merge request zhuyujia/yydns!1
Diffstat (limited to 'tw web/tw/index.html')
-rw-r--r--tw web/tw/index.html13
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>