Meta Description" name="description" />
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Traditional Gold Jewelry</title>
<style>
body {
font-family: 'Georgia', serif;
background: #fdf6e3;
margin: 0;
padding: 0;
color: #5a3e1b;
}
header {
background-color: #b8860b;
padding: 20px;
text-align: center;
color: white;
}
h1 {
margin: 0;
font-weight: normal;
}
main {
max-width: 800px;
margin: 20px auto;
background: white;
padding: 15px;
border-radius: 8px;
box-shadow: 0 0 15px rgba(184, 134, 11, 0.4);
}
img {
width: 100%;
border-radius: 6px;
}
.description {
margin-top: 15px;
font-size: 1.1em;
line-height: 1.5;
}
footer {
text-align: center;
padding: 10px;
font-size: 0.9em;
color: #836c31;
}
</style>
</head>
<body>
<header>
<h1>Traditional Gold Belt</h1>
</header>
<main>
<img src="https://i.imgur.com/0hJRCxo.jpg" alt="Traditional Gold Belt Jewelry" />
<p class="description">
This beautifully crafted traditional gold belt features intricate designs with detailed sculpted figures, embellished with delicate small hanging bells accentuating its elegance. Ideal for special occasions and traditional events, this jewelry piece reflects exquisite craftsmanship and rich cultural heritage.
</p>
</main>
<footer>
© 2024 Traditional Gold Jewellery Store
</footer>
</body>
</html>3
2
3KB
2KB
108.0ms
136.0ms
206.0ms