You are on page 1of 1

<!

DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Welcome to My Website</title>
<style>
body {
font-family: Arial, sans-serif;
margin: 0;
padding: 0;
background-color: #f0f0f0;
}
img {
width: 1000;
max-width: 2500px;
height: auto;
margin: 20px;
}
/* Define your other styles */
</style>
</head>
<body>
<header>
<h1>Hola</h1>
<!-- You can add a navigation menu or other header content here -->
</header>

<main>
<img src="https://c4.wallpaperflare.com/wallpaper/745/819/670/dazai-osamu-
bungou-stray-dogs-looking-away-anime-wallpaper-preview.jpg" alt="Dazai Osuma">
<p>Ohayo.</p>
</main>

<footer>
<p>&copy; 2023 Aurora. All rights reserved.</p>
<!-- You can add footer content here -->
</footer>
</body>
</html>

You might also like