-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
39 lines (38 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
34
35
36
37
38
39
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="style.css">
</head>
<body>
<script src="script.js"></script>
<div id="socials-container">
<div id="socials-header">
<p>@KevalDeepak</p>
</div>
<div id="links">
<a href="www.google.com">
<div class="social-link">
<p>F</p>
</div>
</a>
<a href="www.google.com">
<div class="social-link">
<p>F</p>
</div>
</a>
<a href="www.google.com">
<div class="social-link">
<p>F</p>
</div>
</a>
<a href="www.google.com">
<div class="social-link">
<p>F</p>
</div>
</a>
</div>
</div>
</body>
<footer>
</footer>
</html>