-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathfooter.html
More file actions
27 lines (26 loc) · 1.05 KB
/
footer.html
File metadata and controls
27 lines (26 loc) · 1.05 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<title>Footer</title>
<link rel="stylesheet" href="footer.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.0/css/all.min.css">
</head>
<body>
<div class="ground">
</div>
<footer>
<div class="footer_container">
<div class="icons">
<a href="#"><i class="fab fa-facebook-f"></i></a>
<a href="#"><i class="fab fa-twitter"></i></a>
<a href="https://instagram.com/_sunshinesunflowers_?igshid=1gkqnxss0jm41"><i class="fab fa-instagram"></i></a>
<a href="https://www.youtube.com/watch?v=XPRAYAGFTZI&feature=youtu.be"><i class="fab fa-youtube"></i></a>
<a href="https://www.linkedin.com/in/sumedha-moturi-126008181/"><i class="fab fa-linkedin-in"></i></a>
</div>
<p>Copyright© 2020 Flintech University.</p>
</div>
</footer>
</body>
</html>