mirror of
https://github.com/30hours/3lips.git
synced 2025-02-16 14:07:09 +00:00
15 lines
358 B
HTML
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>
|