bruno-mars/bruno-mars.html
2026-08-18 09:39:16 +00:00

67 lines
2.6 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Bruno Mars</title>
<meta property="og:type" content="website">
<meta property="og:title" content="Bruno Mars">
<meta property="og:description" content="Bruno Mars is an American singer, songwriter, and record producer. He has achieved significant success in the music industry, known for his unique blend…">
<meta property="og:url" content="https://bryan-terry.4ort.net/bruno-mars.html">
<meta name="twitter:card" content="summary">
<meta name="description" content="Bruno Mars is an American singer, songwriter, and record producer. He has achieved significant success in the music industry, known for his unique blend…">
<style>
body {
font-family: Arial, sans-serif;
line-height: 1.6;
margin: 0;
padding: 0;
background-color: #f4f4f4;
color: #333;
}
header {
background: #35424a;
color: white;
padding: 20px 0;
text-align: center;
}
.container {
width: 80%;
margin: auto;
overflow: hidden;
padding: 20px 0;
}
.content {
background: #fff;
padding: 20px;
margin-bottom: 20px;
}
footer {
background: #35424a;
color: white;
text-align: center;
padding: 10px 0;
position: fixed;
width: 100%;
bottom: 0;
}
</style>
<script defer src="https://analytics.4ort.xyz/script.js" data-website-id="d3ed927c-888a-4a6c-ae5f-0b1c613ddf5b"></script>
</head>
<body>
<header>
<h1>Bruno Mars</h1>
</header>
<div class="container">
<div class="content">
<h2>Bruno Mars</h2>
<p>Bruno Mars is an American singer, songwriter, and record producer. He has achieved significant success in the music industry, known for his unique blend of pop, funk, and R&B.</p>
<p>Mars began his career as a member of the boy band 'N Sync in the late 1990s. After the band disbanded, he pursued a solo career and released his debut album, "Doo-Wops & Hooligans," in 2010, which included the hit single "Just the Way You Are."</p>
<p>Throughout his career, Bruno Mars has won numerous awards, including multiple Grammy Awards. He is known for his energetic performances and his ability to blend various musical genres.</p>
</div>
</div>
<footer>
<p>&copy; 2026 Bryan Terry</p>
</footer>
</body>
</html>