-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathfooter.php
More file actions
33 lines (31 loc) · 927 Bytes
/
footer.php
File metadata and controls
33 lines (31 loc) · 927 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
30
31
32
33
<!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 className="midFooter">
<h1 className="Ha">TorioxLead</h1>
<p>High Quality is our first priority</p>
<p>100k people liked our services</p>
<p>Copyrights 2023 © Toriox</p>
</div>
<div className="midFooter">
<h1 className="Ha">Services</h1>
<p>SEO Services</p>
<p ><a href="./parcials/middle.php">Portal</a></p>
<p>Chatbots and Live Chat</p>
</div>
<div className="rightFooter">
<h4>Follow Us</h4>
<a href="http://instagram.com/ramvijay2406">Instagram<br></br></a>
<a href="http://youtube.com/6packprogramemr">Youtube</a><br></br>
<a href="http://instagram.com/ram">Facebook</a>
</div>
</footer>
</body>
</html>