<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8">
<title>Tribute to Princes</title>
<!-- Police royale Cinzel -->
<link href="https://fonts.googleapis.com/css2?family=Cinzel:wght@400;700&display=swap" rel="stylesheet">
<style>
body {
background-color: black;
color: white;
font-family: 'Cinzel', serif;
text-align: center;
padding-top: 100px;
margin: 0;
}
h1 {
color: purple;
font-size: 3em;
margin: 20px 0;
}
h2 {
color: white;
font-size: 2em;
margin: 15px 0;
}
p {
font-size: 1.2em;
color: white;
margin: 10px 0;
}
.symbol {
color: purple;
font-size: 2em;
margin: 15px 0;
}
/* Centrer verticalement sur tout Γ©cran */
.container {
display: flex;
flex-direction: column;
justify-content: center;
height: 100vh;
}
</style>
</head>
<body>
<div class="container">
<h2>COMING SOON</h2>
<h1>TRIBUTE TO PRINCES</h1>
<p class="symbol">π΅ π π΅ π π΅</p>
<p>A Royal Musical Odyssey Through Time, History and Space</p>
<p>Starring Princess JN</p>
<h2>LAUNCH DATE</h2>
<p>04 / 21 / 2026</p>
<p>On YouTube</p>
<p>Β© 2026 AG</p>
</div>
</body>
</html>