-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreview.html
35 lines (27 loc) · 1005 Bytes
/
review.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
<!doctype html>
<html>
<head>
<title>review</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="http://netdna.bootstrapcdn.com/bootstrap/3.1.0/css/bootstrap.min.css">
</head>
<body>
<ul>
<li style:"display: inline;"><a href="index.html">Home</a></li>
<li style:"display: inline;"><a href="transportation-mode.html">Directions</a></li>
<li style:"display: inline;"><a href="categories.html">Categories</a></li>
<li style:"display: inline;"><a href="time.html">Time</a></li>
<li style:"display: inline;"><a href="suggestions.html">Suggestions</a></li>
<li style:"display: inline;"><a href="directions.html">Route</a></li>
<li style:"display: inline;"><a href="alarm-clock.html">Clock</a></li>
</ul>
<h1> leave a review? </h1>
<p> coming soon</p>
<br />
<h1 class="pull-right">
<a href="new_detour.html">Submit</a>
<a href="new_detour.html">Cancel</a>
</h1>
</body>
</html>