-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.image.html
23 lines (20 loc) · 1.19 KB
/
index.image.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<div class="background">
<header class="header">
<div class="logo"></div>
</header>
<div class="image-container">
<img id="image1" src="http://ipfs.studio.metaplex.com/ipfs/bafkreifyxdnkixhcqz4agfx6jekd27ib7kwxvhaddbvh4ycj4n22jj5d7y" alt="Image 1" loading="lazy" width="300" height="300">
<img id="image2" src="http://ipfs.studio.metaplex.com/ipfs/bafybeihbi7l6dykcxjifw4a377qkjdgmqu6nwkibg4fb4qkgnfi3j2q2iy" alt="Image 2" loading="lazy" width="300" height="300">
<img id="image3" src="http://ipfs.studio.metaplex.com/ipfs/bafybeicuc7vfbxzaperdc6ng2c4ufeulyjpfrmwuxhxrm6cfdamp5hpw5i" alt="Image 3" loading="lazy" width="300" height="300">
<img id="image4" src="http://ipfs.studio.metaplex.com/ipfs/bafybeicws3vbmwbfbdlbpxf32jdqsbutqncta7dza4ocy5eay4u3zcqobm" alt="Image 4" loading="lazy" width="300" height="300">
<img id="image5" src="http://ipfs.studio.metaplex.com/ipfs/bafybeigrbpmdsqaift2qwzy32bjyywkx6nzmn66pjeoaie6egpbktykc6e" alt="Image 5" loading="lazy" width="300" height="300">
</div>
</div>
</body>
</html>