-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.html
More file actions
29 lines (28 loc) · 954 Bytes
/
Copy pathcontact.html
File metadata and controls
29 lines (28 loc) · 954 Bytes
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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>
Moe's Mowing Company Inc.
</title>
<link rel="stylesheet" type="text/css" href="style.css">
<style type="text/css">
.contactinfo{
font-size: 20px;
font-family: serif;
}
</style>
</head>
<body>
<div class="fixedheader">
<h1> Moe's Mowing Company</h1>
<ul><li><a href="index.html">Home</a></li><li><a href="services.html">Services</a></li><li><a href="contact.html">Contact</a></li></ul>
</div>
<h2>Contact us:</h2>
<p> Call or email us and one of our employees will answer any questions you have or help to book your mow.</p>
<div class="contactinfo"><strong>Phone: </strong>203-555-1234 <img src="mail.jpg" alt="mail"></div>
<div class="contactinfo"><strong>Email: </strong><a href="mailto:tomvdon@gmail.com?subject=This isn't a real site">inquiries@moesmowing.com</a></div>
<div class ="footer">
Copyright Moe 2345
</div>
</body>