-
Notifications
You must be signed in to change notification settings - Fork 0
/
italian.html
50 lines (37 loc) · 1.57 KB
/
italian.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
<!DOCTYPE html>
<html>
<head>
<title>Teresa Caffe</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="css/styles.css">
<link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet">
<link rel="stylesheet" href="https://code.jquery.com/mobile/1.4.4/jquery.mobile-1.4.4.min.css">
</head>
<body>
<h1 class="center">Teresa Caffe</h1>
<div class="container info-page">
<div class="center">
<a href="https://www.facebook.com/TeresasCaffePrinceton/"><img src="images/fb.png"></a>
<a href="https://www.google.com/maps/place/Teresa+Caffe/@40.3505743,-74.6629758,17z/data=!3m1!4b1!4m5!3m4!1s0x89c3e6c056847f99:0xa8d61c2b6eebdd85!8m2!3d40.3505702!4d-74.6607818"><img src="images/google.jpg"></a>
<a href="https://www.yelp.com/biz/teresas-caffe-princeton-2"><img src="images/yelp.png"></a>
</div>
<h2>Location</h2>
<p>23 Palmer Square East</p>
<p>Princeton, NJ 08542-3714</p>
<h2>Contact</h2>
<span>Tel: 609.921.1974 </span><br>
<h2>Hours of Operation</h2>
<h3>Monday-Thursday: </h3>
<span>11:00am to 11:00pm</span><br>
<h3>Friday: </h3>
<span>11:00am to 12:00am</span><br>
<h3>Saturday: </h3>
<span>9:00am to 12:00am</span><br>
<h3>Sunday</h3>
<span>9:00am to 10:00pm</span><br>
<script src="https://code.jquery.com/jquery-1.11.1.min.js"></script>
<script src="js/scripts.js"></script>
<script src="https://code.jquery.com/mobile/1.4.4/jquery.mobile-1.4.4.min.js"></script>
</body>
</html>