-
Notifications
You must be signed in to change notification settings - Fork 0
/
aMaZinG.htm
24 lines (24 loc) · 886 Bytes
/
aMaZinG.htm
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Amazing</title>
<link rel="stylesheet" href="style2.css">
</head>
<body>
<section>
<h1>Code Hunt</h1>
<br>
Congratulations you passed this round to go to the next round please <a href="#">click here.</a>
</section>
<footer>
<div id = logos>
<strong> D_Coder . Techquest . HackIt</strong><br>
<a href="https://www.instagram.com/d_coder_dtu/" target="_blank"><img id = instagramLogo src="logos/icon-04-512.png" alt="instagram logo"></a>
   
<a href = "https://www.linkedin.com/company/dcoder" target = "_blank"><img id = linkedinLogo src="logos/linkedin.png" alt="linkedin"></a>
</div>
</footer>
</body>
</html>