-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
28 lines (26 loc) · 1.03 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Northside Youth Soccer League</title>
<link rel="stylesheet" type="text/css" href="CSS/task1.css"/>
</head>
<body>
<div id="menu_top">
<img src="Images/nysl_logo.png">
<ul><h2>Northside Youth Soccer League</h2>
<li><a href="index.html" title="Home">Home</a></li>
<li><a href="about.html" title="About NYSL">About NYSL</a></li>
<li><a href="contact.html" title="Contact">Contact</a></li>
</ul>
</div>
<div id="main_contact">
<img src="Images/soccer_image3.jpg" style=" float:left; height:142px;">
<p>Please email us at
<a href="mailto:[email protected]">[email protected]</a></p>
<p>We will reply to your email as soon as we can.</p>
</div>
<div id="footer">©2019 <b>Northside Youth Soccer League </b>All Rights Reserved.
</div>
</body>
</html>