3lips/api/templates/map.html
2024-02-09 00:41:51 +00:00

15 lines
358 B
HTML

<!-- templates/map.html -->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Map Page</title>
</head>
<body>
<h1>Map Page</h1>
<!-- Your map-related content goes here -->
</body>
</html>