-
Notifications
You must be signed in to change notification settings - Fork 6
/
trackliz.html
32 lines (28 loc) · 1.03 KB
/
trackliz.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
<head>
<title>Elizabeth River Trail App</title>
</head>
<body>
<div class="inner">
<nav>
<ul class="nav masthead-nav">
<li class="active"><a href="#"><button type="button" class="btn btn-default .btn-xs">Main</button></a></li>
<li><a href="#"><button type="button" class="btn btn-default .btn-xs">List of Issues</button></a></li>
<li><a href="#"><button type="button" class="btn btn-default .btn-xs">My issues</button></a></li>
<li><a href="#"><button type="button" class="btn btn-default .btn-xs">About</button></a></li>
</ul>
</nav>
<div class="container">
<div class=".right">{{> loginButtons}}</div>
<h1>TrackLiz</h1>
{{> map}}
<div class="map-container">
{{> googleMap name="map" options=exampleMapOptions}}
</div>
</div>
<div class = "button">
<button type="button" style="background-color:white" class="btn btn-default btn-lg">Submit</button>
</div>
</div>
</body>
<template name="map">
</template>