<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Nimbus Marketing is now BroBex Marketing</title>
<meta name="description" content="Nimbus Marketing is now BroBex Marketing">
<style>
/* CSS Reset */
html, body, header, main, footer {
margin: 0;
padding: 0;
}
body {
font-family: Arial, sans-serif;
}
header {
background-color: #333;
color: #fff;
padding: 20px;
text-align: center;
}
h1 {
font-size: 32px;
}
a{color:#e55b3c;}
/* Add more styles as needed */
</style>
</head>
<body>
<header>
<h1>Nimbus Marketing is now <a href="https://brobex.org/">BroBex Marketing</a></h1>
</header>
<main>
<!-- Your main content goes here -->
</main>
<footer>
<!-- Your footer content goes here -->
</footer>
</body>
</html>