-
Notifications
You must be signed in to change notification settings - Fork 0
/
contacts.html
28 lines (25 loc) · 1.09 KB
/
contacts.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
<!DOCTYPE html>
<html>
<head>
<title>Contacts!</title>
<link rel="stylesheet" href="CSS/styles.css">
<link rel="stylesheet" href="CSS/contac.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Play&display=swap" rel="stylesheet">
</head>
<body class="fcontainer">
<div class="fcontainer" id="idbruh">
<h1>Reach me out at :</h1>
<div class="fcontainer" id="hallo">
<a href="https://www.instagram.com/_ujjwal.s/"><img src="Assets/insta_logo.png" id="insta"></a>
<a href="https://www.facebook.com/profile.php?id=100028563706548"><img src="Assets/facebook_logo.png"
id="face"></a>
<a href="https://twitter.com/Darkhood148"><img src="Assets/twitter_logo.avif" id="twitter"></a>
<a href="https://github.com/Darkhood148"><img src="Assets/github_logo.png" id="git"></a>
</div>
<div><a href="index.html">Back</a></div>
</div>
</div>
</body>
</html>