Update Credits.html in Spanish placeholder

Spanish translation really needs doing some time soon, maybe.

Signed-off-by: Christopher Snowhill <kode54@gmail.com>
lastfm
Christopher Snowhill 2022-07-01 00:12:03 -07:00
parent 731e52c440
commit 23fa3c5e8e
1 changed files with 39 additions and 12 deletions

View File

@ -1,15 +1,42 @@
<!DOCTYPE html>
<html>
<body style="text-align:center;">
Now with 92% more future!
<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>
Now with 92% more future!<br><br> Thanks to my patrons:
<br> Alexander Pecheny, Electric Keet, Antti Aro, Fj&ouml;lnir &Aacute;sgeirsson, Giampaolo Bellavite, Louis Martinez V, alga
<br><br> Additional code contributions by <a href="https://twitter.com/nevack_d"> Dzmitry Neviadomski</a> and <a href="https://kddlb.com">Kevin López Brante</a>.
<br><br>
<em>This program has been made possible through contributions from users like you.</em>
<br><br>
All Cog code is copyrighted by me, and is licensed under the <a href="http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt">GPL</a>. Cog contains bits of other code from third parties that are under their own licenses.
<br><br>
Sample rate converter designed by Aleksey Vaneev of Voxengo.
<br><br>
Thanks to my patrons:
<br>
Alexander Pecheny, Electric Keet, Antti Aro, Fj&ouml;lnir &Aacute;sgeirsson, Giampaolo Bellavite, Louis Martinez V, alga
</body>
</html>
<br><br> All Cog code is copyrighted by me, and is licensed under the <a href="http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt">GPL</a>. Cog contains bits of other code from third parties that are under their own licenses.
<br><br> Sample rate converter designed by Aleksey Vaneev of Voxengo.
</div>
</body>
</html>