-
Notifications
You must be signed in to change notification settings - Fork 4
/
index.html
24 lines (24 loc) · 1.52 KB
/
index.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
<!DOCTYPE html>
<html>
<head>
<title>Map: The Oldest Surviving Los Angeles Restaurants… A Master List of the Vintage, Historic and Old School</title>
<meta name="viewport" content="initial-scale=1.0, user-scalable=no" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="stylesheet" href="style.css" />
<link href='https://fonts.googleapis.com/css?family=Old+Standard+TT:400,400italic' rel='stylesheet' type='text/css'>
<script src="http://code.jquery.com/jquery-latest.min.js " ></script>
<link rel="stylesheet" href="http://cdn.leafletjs.com/leaflet-0.7.3/leaflet.css" />
<script src="http://cdn.leafletjs.com/leaflet-0.7.3/leaflet.js"></script>
<script src="js/leaflet.ajax.min.js"></script>
<script src="js/main.js"></script>
<link rel="shortcut icon" href="img/favicon.png" />
</head>
<body>
<nav>
<a href="http://thelosangelesbeat.com/2015/05/offbeat-l-a-the-oldest-surviving-los-angeles-restaurants-a-master-list-of-the-vintage-historic-and-old-school/" class="tagline">Offbeat L.A.’s Vintage, Historic and Old School Restaurants</a>
<span class="more-stuff">📺<a href="cartodb-torque.html">Animation</a> | 📍 <a href="index.html">Map</a></span>
<span class="credit">Made with 💘 by <a class="credit-link" href="http://maptimela.github.io" alt="MaptimeLA">MaptimeLA</a> | <a href="https://github.com/maptimeLA/old-la-restaurants" alt="View GitHub repository" class="credit-link">Data & Code</a></span>
</nav>
<div id="map"></div>
</body>
</html>