-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
31 lines (28 loc) · 693 Bytes
/
index.html
File metadata and controls
31 lines (28 loc) · 693 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
26
27
28
29
30
31
---
layout: default
css: /css/index.css
---
<table id='layout'>
<tr>
<td>
<button>Smokes Let's Go!</button>
<div id='loader'><span class='padding'></span><span>Locating smokes</span><span class='ellipses'></span></div>
</td>
</tr>
</table>
<div id="result-wrapper" class="off-screen">
<div id="map-canvas"></div>
</div>
<div id="place-info" class='info'>
<h3>
<span class='name'></span>
<button href="#">
Directions <span class="fa fa-chevron-right"></span>
</button>
</h3>
<p class='address'></p>
<a class='phone'></a>
</div>
<footer>
<a href='about.html'>About</a>
</footer>