-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinsta.html
26 lines (26 loc) · 904 Bytes
/
insta.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Instagram</title>
<link rel="stylesheet" href="styles2.css">
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&display=swap" rel="stylesheet">
</head>
<body>
<div class="container">
<section class="images">
<div class="image-wrapper">
<a href="https://www.instagram.com/sqd.cypherz" target="_blank">
<img src="sqd_cypherz.jpg" alt="SQD Cypherz">
</a>
</div>
<div class="image-wrapper">
<a href="https://www.instagram.com/tm.trooperz" target="_blank">
<img src="tm_trooperz.jpg" alt="TM Trooperz">
</a>
</div>
</section>
</div>
</body>
</html>