<!doctype html>
<html lang="it">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Éire i mo chroí</title>
<meta http-equiv="refresh" content="2; url=https://eireimochroi.wixsite.com/eireimochroi">
<style>
body {
margin: 0;
min-height: 100vh;
display: grid;
place-items: center;
background: #0f2f25;
color: #f7f1e4;
font-family: Georgia, "Times New Roman", serif;
text-align: center;
padding: 32px;
}
main {
max-width: 720px;
}
h1 {
font-size: clamp(2.8rem, 8vw, 5.5rem);
font-weight: 400;
margin: 0 0 20px;
}
p {
font-size: 1.2rem;
line-height: 1.6;
margin: 0 0 24px;
}
a {
color: #d8b96a;
text-decoration: none;
border-bottom: 1px solid #d8b96a;
}
</style>
</head>
<body>
<main>
<h1>Éire i mo chroí</h1>
<p>Racconti, poesie e parole nate dal vento, dalla memoria e dalla magia d’Irlanda.</p>
<p>Ti sto portando al sito…</p>
<p><a href="https://eireimochroi.wixsite.com/eireimochroi">Entra ora</a></p>
</main>
</body>
</html>