Add new file

This commit is contained in:
Diego Sanguinetti 2018-07-19 21:39:57 +00:00
commit 1c8127c625

View file

@ -0,0 +1,25 @@
<html>
<head>
<meta name="viewport" content="width=device-width,initial-scale=1">
<link rel="source" href="https://en.wikipedia.org/wiki/Binaural_beats"/>
<style>
a { white-space: pre-wrap; word-wrap:break-word; }
</style>
</head>
<body>
<h3>Acerca de</h3>
<p>
Simple grabadora de audio, amigable con Android y de código abierto.
</p>
<p>Esta grabadora de audio es fácil de usar. Tiene un indicador de volumen de grabación, notificaciones, y la posibilidad de gestionar desde la pantalla de bloqueo.</p>
<dl>
<dt><b>Licencia:</b></dt>
<dd>GPLv3</dd>
<dt><b>Código fuente:</b></dt>
<dd><a href="https://gitlab.com/axet/android-audio-recorder">https://gitlab.com/axet/android-audio-recorder</a>
</dd>
</dl>
</body>
</html>