-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
27 lines (27 loc) · 1.21 KB
/
Copy pathindex.html
File metadata and controls
27 lines (27 loc) · 1.21 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Visions Canteen</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://fonts.googleapis.com/css?family=Permanent+Marker" rel="stylesheet">
<link rel="stylesheet" type="text/css" media="screen" href="main.css" />
<script src="main.js"></script>
</head>
<body>
<div>
<img src="https://s3-eu-west-1.amazonaws.com/visionscanteen/visionslogo.png" alt="Visions Canteen Logo">
</div>
<!-- <a class="order" href="https://crosstown.slerp.com/order/?utm_source=crosstown&utm_medium=website_menu&utm_campaign=order_now&_ga=2.244670277.1958031119.1584475075-276579319.1584475075">
Order online
</a> -->
<p>Tasty coffee and food 7 days a week</p>
<p>Mon - Fri 8 to 4 / Sat - Sun 10 to 5</p>
<div class="break"></div>
<p>We'd love to cater for your event or office meeting, give us a shout.</p>
<a href="mailto:visionscanteen@gmail.com">visionscanteen@gmail.com</a>
<div class="break"></div>
<a target="_blank" href="https://goo.gl/maps/2Hwto98xWNE2">31 New Inn Yard, London, EC2A 3EY</a>
</body>
</html>