<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Aizenno Website</title>
<style>
body { font-family: Arial, sans-serif; padding: 20px; background: #f0f0f0; }
header { background: #6200ee; color: white; padding: 10px; }
main { margin-top: 20px; }
</style>
</head>
<body>
<header>
<h1>Welcome to Aizenno!</h1>
</header>
<main>
<p>This is your new website powered by Firebase Hosting.</p>
<p>Start editing <code>index.html</code> to create your site.</p>
</main>
</body>
</html>