forked from Alain1405/leafletjs-kit
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtemplate.html
More file actions
25 lines (25 loc) · 780 Bytes
/
template.html
File metadata and controls
25 lines (25 loc) · 780 Bytes
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
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="utf-8" />
<title>LeafletJS Kit</title>
<meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0;" />
<link type="text/css" rel="stylesheet" href="style.css" />
</head>
<body>
<div class="content">
<header role="banner"><h1 class="header-logo">LeafletJS Kit - Get Your Open Source Maps Goodness On.</h1></header>
<div class="main" role="main">
<article role="article">
<section role="region">
<h1></h1>
<h3 id=""></h3>
<p></p>
<p><cite><a href=""></a></cite></p>
</section>
</article>
</div>
<footer><h3></h3></footer>
</div>
</body>
</html>