-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathiron.html
25 lines (25 loc) · 1.54 KB
/
iron.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>IRONMAN</title>
<link rel="stylesheet" href="style.css">
<link rel="shortcut icon" href="https://i.pinimg.com/originals/5d/f2/75/5df275d38615e368658a5664c44c0cad.png" type="image/x-icon">
</head>
<body>
<div class="suit">
<div class="th">
<a href="thor.html"> <img src="https://images-wixmp-ed30a86b8c4ca887773594c2.wixmp.com/f/5b8d2b12-21e8-4931-8a6d-fb9ecdd60383/dcms8il-7bfb1d76-d63a-45e3-824d-215d1a05104a.png?token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJ1cm46YXBwOjdlMGQxODg5ODIyNjQzNzNhNWYwZDQxNWVhMGQyNmUwIiwiaXNzIjoidXJuOmFwcDo3ZTBkMTg4OTgyMjY0MzczYTVmMGQ0MTVlYTBkMjZlMCIsIm9iaiI6W1t7InBhdGgiOiJcL2ZcLzViOGQyYjEyLTIxZTgtNDkzMS04YTZkLWZiOWVjZGQ2MDM4M1wvZGNtczhpbC03YmZiMWQ3Ni1kNjNhLTQ1ZTMtODI0ZC0yMTVkMWEwNTEwNGEucG5nIn1dXSwiYXVkIjpbInVybjpzZXJ2aWNlOmZpbGUuZG93bmxvYWQiXX0.VTtpbMhkA1zbs8-xxR24JNWupxn0xCLFK_m-lcw1Jnw" alt="" class="tho">
</a> </div>
<div class="th">
<a href="iron.html"> <img src="https://i.pinimg.com/originals/5d/f2/75/5df275d38615e368658a5664c44c0cad.png" alt="" class="tho">
</a> </div> <div class="th">
<a href="captain.html"> <img src="https://pngfre.com/wp-content/uploads/captain-america-poster.png" alt="" class="tho">
</a> </div>
</div>
<div class="tp">
<img src="https://i.pinimg.com/originals/5d/f2/75/5df275d38615e368658a5664c44c0cad.png" alt="" class="tpp">
</div>
</body>
</html>