<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Sunset Inscription</title>
<style>
img {
width: 300px;
height: 300px;
object-fit: cover;
}
</style>
</head>
<body>
<h1>Welcome to My Page</h1>
<p>My View</p>
<img src="https://cdn.xhashtag.io/sunset.png" alt="Sunset">
</body>
</html>