-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfooter.php
More file actions
35 lines (33 loc) · 1.46 KB
/
Copy pathfooter.php
File metadata and controls
35 lines (33 loc) · 1.46 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="contact.css">
<title>Document</title>
</head>
<body>
</body>
<footer>
<h5>TO GET IN TOUCH WITH US: </h5>
<a href="" target="blank">
<img src="IGlogo.png" alt="InstagramLogo" width="50px" height="50px">
</a>
<a href="" target="blank">
<img src="facebookLogo.jpg" alt="FacebookLogo" width="50px" height="50px">
</a>
<a href="https://chat.whatsapp.com/JLrrca81TpfDuylXdmHoM2" target="blank">
<img src="whatsappLogo.png" alt="WhatsappLogo" width="50px" height="50px">
</a>
<a href="mailto: www.eliteservices@outlook.com">
<img src="emailLogo.png" alt="Email-Logo" width="50px" height="50px">
</a>
<img src="SALogo.png" alt="SA-Logo" width="50px" height="50px">
<p style="font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; font-size: 15px;">
This website was created and design by students studing BIT at the University of Johannesburg. If anyone is caught duplicating the above work, or if you have reason to believe that the above work was copied from existing websites, please contact the university
and notify them. Copyrights Reserved. Created on the 2022-04-22
</p>
<div><img src="ujlogo.png" alt="UJ-Logo" height="50px"></div>
</footer>
</html>