blob: 01423e480ceb9121c5676a2a3da74925996d2308 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
<!DOCTYPE html>
<html>
<style>
img {
width: 50px;
height: 50px;
}
</style>
<body>
<img src='images/doggo-think.jpg'>
<img src='images/thalos.jpg'>
<img src='images/thumb-up.webp'>
</body>
</html>
|