-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
33 lines (25 loc) · 1.04 KB
/
index.html
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">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.4.1/css/all.css" integrity="sha384-5sAR7xN1Nv6T6+dT2mhtzEpVJvfS3NScPQTrOxhwjIuvcA67KV2R5Jz6kr4abQsz" crossorigin="anonymous">
<link rel="stylesheet" href="style.css">
<title>Document</title>
</head>
<body>
<h1 class="title">Animation Social Menu Isolate</h1>
<div class="social">
<a href="#" class="icon facebook"><i class="fab fa-facebook"></i></a>
<a href="#" class="icon google"><i class="fab fa-google-plus-g"></i></a>
<a href="#" class="icon twitter"><i class="fab fa-twitter-square"></i></a>
<a href="#" class="icon twitch"><i class="fab fa-twitch"></i></a>
<a href="#" class="icon youtube"><i class="fab fa-youtube"></i></a>
</div>
<footer>
<h2>Visit My Website For More</h2>
<a href="https://besttechbd.com">BestTechbd.com</a>
</footer>
</body>
</html>