s3music/app/src/main/assets/about.htm
2023-12-07 05:44:20 -07:00

24 lines
946 B
HTML

<Html>
<Head>
<Title>About</Title>
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
</Head>
<Body>
<H1>About Asgardius S3 Music</H1>
<p>Play your music stored on servers that are compatible with S3 Object Storage Protocol</p>
<H3>Created by Page Asgardius</H3>
<H3>Libraries used in this app</H3>
<ul>
<li>Amazon Web Services SDK 2.73.0</li>
<li>ExoPlayer 2.19.1</li>
<li>Adwaita Icon Theme for GNOME 43</li>
<li>Font Awesome icons</li>
</ul>
<H3>This software released under GNU General Public License 3</H3>
<p>You can find source code at https://git.asgardius.company/asgardius/s3music
<br>
You need to setup a pdf.js server to use pdf viewer. You can use https://office.asgardius.company/pdfjs or setup your own.
<br>
You can find technical support on official forum https://forum.asgardius.company/t/s3-manager</p>
</Body>
</Html>