<!DOCTYPE html> <html>
<head>
<title>My Image Page</title>
</head> <body>
<img src="./assets/image.png" alt="An example image">
</body>
</html>