README / index.html
GusssElion's picture
Create index.html
6a480ab verified
Raw
History Blame Contribute Delete
736 Bytes
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Black Eagle Industries | MusCoRe & Cinder Cloud</title>
<style>
body { background-color: #0d1117; color: #c9d1d9; font-family: monospace; text-align: center; padding-top: 50px; }
h1 { color: #58a6ff; }
.container { max-width: 600px; margin: auto; padding: 20px; border: 1px solid #30363d; border-radius: 6px; }
</style>
</head>
<body>
<div class="container">
<h1>Black Eagle Industries</h1>
<p>MusCoRe Chromatic State & Cinder Cloud Architecture Hub</p>
<p><i>Status: Operational & Secure</i></p>
</div>
</body>
</html>