-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
56 lines (46 loc) · 1.24 KB
/
contact.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>replit</title>
<link href="style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div class="banner">
<a href="index.html">
Home
</a>
<a href="about.html">
About Us
</a>
<a href="services.html">
Services
</a>
<a href="contact.html">
Contact Us
</a>
</div>
<h1>Dumfries Fun Farm</h1>
<p1>Here is our phone number and email if you have any questions</p1>
<div>Phone: 01632 960224 Email: [email protected]</div>
<p3>Here we are on the map if you want to find us!</p3>
<img src="assets/map.png">
<h1>Opening Times</h1>
<ul style="list-style-type: none;">
<li>Monday 11am to 5pm</li>
<li>Tuesday 11am to 5pm</li>
<li>Wednesday 11am to 3pm</li>
<li>Thursday Closed</li>
<li>Friday 11am to 5pm</li>
<li>Saturday closed</li>
<li>Sunday closed</li>
</ul>
<div class="footer">
Copyright Dumfries Fun Farm 2022
</div>
<nav class="navbar navbar-expand-lg navbar-light bg-light">
<script src="script.js"></script>
<script src="https://replit.com/public/js/replit-badge.js" theme="blue" defer></script>
</body>
</html>