-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
28 lines (28 loc) · 1.18 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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="style.css">
<title>notSaqlain</title>
</head>
<body>
<div class="wrapper">
<div class="box-landscape">
<div class="box">
<a href="https://wallpapers-clan.com/wp-content/uploads/2022/09/gojo-pfp-10.jpg" target="_blank">
<!-- <img class="box-img2" src="assests/pfp.jpg" alt="No pfp" /> -->
<img class="box-img2" src="https://wallpapers-clan.com/wp-content/uploads/2022/09/gojo-pfp-10.jpg" alt="No pfp" />
</a>
</div>
<div class="links">
<h4><a href="https://github.com/notSaqlain" target="_blank">Github</a></h4>
<h4><a href="mailto:[email protected]" target="_blank">Email</a></h4>
<h4><a href="https://discord.com/" target="_blank">Discord</a></h4>
<h4><a href="https://www.twitter.com/" target="_blank">Twitter</a></h4>
<h4><a href="https://www.instagram.com/notSaqlain" target="_blank">Instagram</a></h4>
<h4><a href="https://www.facebook.com/" target="_blank">Facebook</a></h4>
<h4><a href="https://www.tiktok.com/@notsaqlain" target="_blank">TikTok</a></h4>
</div>
</div>
</div>
</body>
</html>