TAFENSWCertIVLessonWebsite/contactus.html

36 lines
464 B
HTML
Raw Normal View History

2022-10-18 23:34:30 +00:00
<!DOCTYPE=html>
<html lang="en-au">
2022-10-10 02:20:36 +00:00
<head>
<title>Contact us</title>
2022-10-18 23:34:30 +00:00
<meta charset="UTF-16">
2022-10-10 02:19:10 +00:00
2022-10-10 02:20:36 +00:00
</head>
<body>
2022-10-10 02:22:44 +00:00
<h1>My First Contact Page</h1>
2022-10-10 02:20:36 +00:00
<hr color="red">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="ContactUs.html">Contact Us<a></li>
<li>Products</li>
<li>Services</li>
<li>Locations</li>
<li>Shopping Carts</li>
<li>Catergories</li>
<li>About Us</li>
</ul>
<p>Created by Rayyan</p>
<p>in a session for Cert 4</p>
</body>
</html>