44 lines
1.5 KiB
HTML
44 lines
1.5 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Credits for the Cog audio player</title>
|
|
<style>
|
|
:root {
|
|
color-scheme: light dark;
|
|
}
|
|
|
|
html,
|
|
body {
|
|
font: -apple-system-body;
|
|
-webkit-text-size-adjust: 100%;
|
|
}
|
|
|
|
div {
|
|
text-align: center;
|
|
}
|
|
|
|
a:link {
|
|
color: #ffb565;
|
|
text-decoration: none;
|
|
}
|
|
</style>
|
|
</head>
|
|
|
|
<body>
|
|
<div>
|
|
¡Ahora con 92% más de futuro!<br><br> Gracias a mis patrocinadores:
|
|
<br> Alexander Pecheny, Electric Keet, Antti Aro, Fjölnir Ásgeirsson, Giampaolo Bellavite, Louis Martinez V, deef.xyz
|
|
<br><br> Desarrollo adicional por <a href="https://twitter.com/nevack_d"> Dzmitry Neviadomski</a> and <a href="https://kddlb.com">Kevin López Brante</a>.
|
|
<br>Traducido al español por Kevin López Brante.
|
|
<br><br>
|
|
<em>Este programa ha sido posible gracias a las contribuciones de usuarios y usuarias como tú.</em>
|
|
<br><br> Todo el código de Cog es de mi propiedad, y está licenciado bajo la <a href="http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt">GPL</a>. Cog contiene código de terceros que están bajo sus propias licencias.
|
|
<br><br> Convertidor de frecuencia de muestreo diseñado por Aleksey Vaneev de Voxengo.
|
|
</div>
|
|
</body>
|
|
|
|
</html>
|