-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfooter.php
More file actions
19 lines (18 loc) · 736 Bytes
/
footer.php
File metadata and controls
19 lines (18 loc) · 736 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE html>
<html>
<link rel="icon" href="images\logo.jpg" type="image/icon type">
<title>Footer</title>
<!-- Head Section -->
<head>
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.1/css/all.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/x-icon" href="/images/favicon.ico">
<link rel="stylesheet" href="styles\footer.css">
<!-- <script src="script/header.js"></script> -->
</head>
<body>
</body>
<footer>© Copyrights to <a href="https://serveen.com">Serveen Software Systems Pvt. Ltd.</a>
- 2024</footer>
</html>