-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.ejs
29 lines (29 loc) · 1.03 KB
/
index.ejs
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<!doctype html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Station Walk Kyiv</title>
<link defer rel="stylesheet" href="https://unpkg.com/[email protected]/dist/leaflet.css"
integrity="sha512-xwE/Az9zrjBIphAcBb3F6JVqxf46+CDLwfLMHloNu6KEQCAWi6HcDUbeOfBIptF7tcCzusKFjFw2yuvEpDL9wQ=="
crossorigin="" />
<link rel="stylesheet" href="styles/main.css">
<link rel="stylesheet" href="styles/navbar.css">
<link rel="stylesheet" href="styles//common.css">
<link rel="stylesheet" href="styles/modal.css">
</head>
<body>
<header>
<nav class="fixed-top">
<a href="#" data-path="home">Watch routes</a>
<a href="#" data-path="submit">Submit my route</a>
</nav>
</header>
<main>
<div id="mapid"></div>
<div id="sights-container"></div>
<div id="controller-template-container"></div>
</main>
</body>
</html>