-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.html
92 lines (83 loc) · 2.9 KB
/
app.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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
<html>
<head>
<<<<<<< HEAD
<<<<<<< HEAD
<<<<<<< HEAD
<title>Understand All Narratives</title>
=======
<title>AngularJS First Application</title>
>>>>>>> 7b64fb92e17064767844fbf5407736e51678ed3a
=======
<title>AngularJS First Application</title>
>>>>>>> 7b64fb92e17064767844fbf5407736e51678ed3a
=======
<title>AngularJS First Application</title>
>>>>>>> 7b64fb92e17064767844fbf5407736e51678ed3a
<link rel="stylesheet" href="theworldissobig.css">
<link rel="stylesheet" href="https://unpkg.com/[email protected]/dist/leaflet.css"
integrity="sha256-p4NxAoJBhIIN+hmNHrzRCf9tD/miZyoHS5obTRR9BMY="
crossorigin=""/>
<<<<<<< HEAD
<<<<<<< HEAD
<<<<<<< HEAD
<script src="https://unpkg.com/[email protected]/dist/leaflet.js" integrity="sha256-20nQCchB9co0qIjJZRGuk2/Z9VM+kNiyxNV1lvTlZBo="
crossorigin=""></script>
<script src="https://api.mapbox.com/mapbox-gl-js/v3.4.0/mapboxgl.js"></script>
<link href="https://api.mapbox.com/mapbox-gl-js/v3.4.0/mapbox-gl.css"/>
=======
<script src="https://unpkg.com/[email protected]/dist/leaflet.js"
integrity="sha256-20nQCchB9co0qIjJZRGuk2/Z9VM+kNiyxNV1lvTlZBo="
crossorigin=""></script>
>>>>>>> 7b64fb92e17064767844fbf5407736e51678ed3a
=======
<script src="https://unpkg.com/[email protected]/dist/leaflet.js"
integrity="sha256-20nQCchB9co0qIjJZRGuk2/Z9VM+kNiyxNV1lvTlZBo="
crossorigin=""></script>
>>>>>>> 7b64fb92e17064767844fbf5407736e51678ed3a
=======
<script src="https://unpkg.com/[email protected]/dist/leaflet.js"
integrity="sha256-20nQCchB9co0qIjJZRGuk2/Z9VM+kNiyxNV1lvTlZBo="
crossorigin=""></script>
>>>>>>> 7b64fb92e17064767844fbf5407736e51678ed3a
</head>
<nav> Home | Map | Contribute </nav>
<body>
<h1>The World Is So Big</h1>
<div>
<p>Search<input type = "text" ng-model = "name"></p>
<p><span ng-bind = "name"></span></p>
</div>S
<<<<<<< HEAD
<<<<<<< HEAD
<<<<<<< HEAD
<!-- <div class="map-container">
<div id="map"></div>
</div> -->
<div id="map" style="width: 400px; height:300px;"></div>
<script src="app.js">
</script>
<!-- <script src="app.js"></script>
<script src = "https://ajax.googleapis.com/ajax/libs/angularjs/1.3.14/angular.min.js">
</script>-->
=======
=======
>>>>>>> 7b64fb92e17064767844fbf5407736e51678ed3a
=======
>>>>>>> 7b64fb92e17064767844fbf5407736e51678ed3a
<div class="map-container">
<div id="map"></div>
</div>
<script src="app.js"></script>
<script src = "https://ajax.googleapis.com/ajax/libs/angularjs/1.3.14/angular.min.js">
</script>
</div>
</div>
<<<<<<< HEAD
<<<<<<< HEAD
>>>>>>> 7b64fb92e17064767844fbf5407736e51678ed3a
=======
>>>>>>> 7b64fb92e17064767844fbf5407736e51678ed3a
=======
>>>>>>> 7b64fb92e17064767844fbf5407736e51678ed3a
</body>
</html>