README / index.html
Pricile's picture
Titre simplifie
49c043e verified
Raw
History Blame Contribute Delete
1.16 kB
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<title>J'aime ma langue</title>
<style>
body{margin:0;background:#000a13;color:#e8eef2;
font-family:"Segoe UI",system-ui,-apple-system,sans-serif;line-height:1.7;
display:flex;align-items:center;justify-content:center;min-height:100vh}
.wrap{max-width:620px;padding:32px 26px}
h1{font-size:1.7rem;margin:0 0 .8em;font-weight:600;letter-spacing:-.01em}
h1 span{color:#8ee9d8}
p{margin:0;color:#cfdae1}
a{color:#8ee9d8}
</style>
</head>
<body>
<div class="wrap">
<h1>J'aime ma langue</h1>
<p>A national initiative of the Republic of Benin, launched on 10 November 2025 and
carried out by ASIN and IIDIA, to build a sovereign voice database for training
artificial intelligence models in Beninese languages. The first phase is dedicated
to Fongbe (<code>fon</code>), spoken by close to half the population. Citizens
contribute their voice at
<a href="https://www.jaimemalangue.bj">jaimemalangue.bj</a>.</p>
</div>
</body>
</html>