map.html #1

  • //
  • guest/
  • drobins/
  • appetite/
  • public/
  • map.html
  • View
  • Commits
  • Open Download .zip Download (652 B)
<!doctype html>
<html>
	<head>
		<title>Appetite</title>

		<link rel="stylesheet" href="/assets/application.css" />
		<script src="/assets/application.js"></script>
	</head>
	<body>


		<!-- BELOW GOES IN INDEX -->

		<section id="info">

			<header>
		 		<h1><a href="#">Appetite</a></h1>
				<h2>London's best places</h2>
		  	</header>

			<ul>
				<li data-lat="51.525334" data-lng="-0.109770">
		     		<h3>Steer</h3>
		        	<p>3-11 Pine Street, London</p>
		      	</li>
		  	</ul>


		</section>

		<section id="map"></section>

		<a href="newstore.html" class="button">Add a location</a>


		<!-- ABOVE GOES IN INDEX -->


	</body>
</html>
# Change User Description Committed
#1 10900 drobins steer training