You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
752 B
28 lines
752 B
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Document</title>
|
|
<link rel="stylesheet" href="footer.css">
|
|
</head>
|
|
<body>
|
|
<footer>
|
|
<div class="quicklinks ">
|
|
<ul>
|
|
<li><a href="aboutus">About Us</a></li>
|
|
<li><a href="contactus">Contact</a></li>
|
|
<li><a href="#">Privacy Policy</a></li>
|
|
</ul>
|
|
<ul>
|
|
<li><a href="">Jobs</a></li>
|
|
<li><a href="#">Companies</a></li>
|
|
<li><a href="#">Support</a></li>
|
|
</ul>
|
|
</div>
|
|
<div class="copyright-section">
|
|
<p>Content copyright © 2024 Temphire</p>
|
|
</div>
|
|
</footer>
|
|
</body>
|
|
</html> |