-
Notifications
You must be signed in to change notification settings - Fork 26
/
Copy pathindex.html
49 lines (45 loc) · 2.34 KB
/
index.html
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>YAGA | leaflet-ng2</title>
<link rel="stylesheet" href="node_modules/bootstrap/dist/css/bootstrap.min.css" />
<link rel="stylesheet" href="node_modules/font-awesome/css/font-awesome.min.css" />
<script src="node_modules/jquery/dist/jquery.min.js"></script>
<script src="node_modules/bootstrap/dist/js/bootstrap.min.js"></script>
</head>
<body>
<header role="navigation" class="navbar navbar-expand-lg navbar-dark bg-dark shadow-sm">
<div class="container">
<a class="navbar-brand" href="https://yagajs.org">YAGA</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="nav navbar-nav">
<li class="nav-item nav-link"><a href="https://leaflet-ng2.yagajs.org" title="leaflet-ng2" class="nav-link"><span class="fa fa-cube" aria-hidden="true"></span> leaflet-ng2</a></li>
<li class="nav-item nav-link active"><a href="#" title="Last release" class="nav-link"><span class="fa fa-flag" aria-hidden="true"></span> Release</a></li>
</ul>
</div>
</div>
</header>
<div class="container">
<h1>leaflet-ng2</h1>
<ul class="list-group">
<li class="list-group-item"><a href="./browser-test">Browser-Test</a></li>
<li class="list-group-item"><a href="./coverage/lcov-report">Test-Coverage</a></li>
<li class="list-group-item"><a href="./typedoc">Documentation</a></li>
<li class="list-group-item"><a href="./examples">Examples</a></li>
</ul>
<h3>Links</h3>
<span><a href="https://yagajs.org" target="_blank">YAGA</a>
| <a href="https://github.com/yagajs/leaflet-ng2" target="_blank">Github</a>
| <a href="https://www.npmjs.com/package/@yaga/leaflet-ng2" target="_blank">NPM</a>
| <a href="http://leafletjs.com" target="_blank">Leaflet</a>
| <a href="https://angular.io" target="_blank">Angular</a>
| <a href="http://geojson.org" target="_blank">GeoJSON</a>
</span>
</div>
</body>
</html>