<!DOCTYPE html>
<html lang="pt-BR">
<head>
<meta charset="UTF-8">
<title>anna.exe // mídia kit</title>
<style>
body {
background-color: #000000;
color: #ff0033;
font-family: "Courier New", monospace;
text-align: center;
padding: 20px;
}
.box {
background-color: #110000;
border: 2px solid #ff0033;
padding: 20px;
margin: 20px auto;
max-width: 600px;
}
a {
color: #ff5555;
text-decoration: none;
}
a:hover {
text-decoration: underline;
color: #ffffff;
}
h1 {
font-size: 36px;
text-shadow: 1px 1px #ff0033;
}
</style>
</head>
<body>
<h1>anna.exe — mídia kit</h1>
<div class="box">
<p>📍 Base: SC, Brasil</p>
<p>🎧 Estilos: UK Garage, Speed Garage, Tech House</p>
<p><a href="https://soundcloud.com/seu-user" target="_blank">▶ Ouça meus sets no SoundCloud</a></p>
<p><a href="https://instagram.com/seuuser" target="_blank">📸 Me siga no Instagram</a></p>
<p><a href="mailto:booking@annaexe.com">✉ Booking por email</a></p>
</div>
</body>
</html>