-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathorigin.html
More file actions
53 lines (36 loc) · 1.35 KB
/
origin.html
File metadata and controls
53 lines (36 loc) · 1.35 KB
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
50
51
52
53
<!--
Author: Lina Baquero
Date: Febuary 2, 2015
Dscription: This page provides the user with the ability to select an initial and final destination
through a dropdown menu.
-->
<html>
<head>
<title>LibNav 1.0</title>
<meta charset="utf-8">
</head>
<body id="body3" class="body page-index clearfix">
<html ng-app="app">
<head>
<meta name="viewport" content="initial-scale=1, maximum-scale=1, user-scalable=no, width=device-width">
<meta name="viewport" content="initial-scale=1.0">
<link rel="stylesheet" href="css/standardize.css">
<link rel="stylesheet" href="css/index-grid.css">
<link rel="stylesheet" href="css/stylemap.css">
<!-- <script src="js/angular/angular.min.js"></script>-->
<script src="js/jQuery/jquery-1.11.2.min.js"></script>
<script src="js/ionic.bundle.js"></script>
<link rel="stylesheet" href="css/ionic.css">
<script src="https://code.angularjs.org/1.4.0-rc.1/angular-route.js"></script>
<script src="https://code.angularjs.org/1.4.0-rc.1/angular-resource.js"></script>
</head>
<body>
<div class="container">
<div ng-view></div>
</div>
<!-- Footer/home icon -->
</body>
</html>
<script src="js/choseRoute.js"></script>
</body>
</html>