Files
Learn-Python-Programming-Th…/ch12/simple_server/index.html
T
adii1823 d4c7ab6c61 ch12
2021-10-28 17:40:56 +05:30

16 lines
453 B
HTML

<!DOCTYPE html>
<html lang="en">
<head><title>Cool Owls!</title></head>
<body>
<h1>Welcome to our owl gallery</h1>
<div>
<img src="img/owl-alcohol.png" height="128" />
<img src="img/owl-book.png" height="128" />
<img src="img/owl-books.png" height="128" />
<img src="img/owl-ebook.jpg" height="128" />
<img src="img/owl-rose.jpeg" height="128" />
</div>
<p>Do you like these owls?</p>
</body>
</html>