-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
21 lines (21 loc) · 895 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<html>
<head>
<title>
Pokemon
</title>
</head>
<body>
<h1 style="color: yellow;">Pikachu</h1>
<img srcset="https://i.pinimg.com/originals/66/19/07/66190777ab8c5e87596b5f99ecedfbd6.jpg" height="500">
<br>
<h1 style="color: lime;">Bulbasaur</h1>
<img srcset="https://image.civitai.com/xG1nkqKTMzGDvpLrqFT7WA/813b6ff4-ca88-42b0-bfb6-85d3f01d6014/width=450/1.jpeg" height="500">
<br>
<h1 style="color: cyan;">Squirtle</h1>
<img srcset="https://avatarfiles.alphacoders.com/374/thumb-1920-374585.png" height="500">
<br>
<h1 style="color: orange;">Charmander</h1>
<img srcset="https://preview.redd.it/charmander-cheering-you-on-v0-d83o8zhw83za1.jpg?width=1080&crop=smart&auto=webp&s=56ffe77c37e827618e692c9c9ebf3c92b10c692e" height="500">
</body>
</html>