diff options
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/index.html b/index.html new file mode 100644 index 0000000..fbf3000 --- /dev/null +++ b/index.html @@ -0,0 +1,32 @@ +<!DOCTYPE html> +<html lang="es"> + <head> + <meta charset="UTF-8"/> + <meta name="viewport" content="width=device-width, initial-scale=1.0"/> + <title>Extractor de Vídeos de Youtube</title> + <link href="css/normalize.css" rel="stylesheet"/> + <link href="css/frond.min.css" rel="stylesheet"/> + </head> + <body> + <div class="contenedor"> + <header> + <h2>Extractor de Youtube</h2> + </header> + <section class="libreyt"> + <h2>Herramienta Libre</h2> + <hr> + <form action="video.php" method="get" autocomplete="off" class="formulario"> + <input name="link" type="text" placeholder="Enlace de Youtube"/> + <input class="boton" name="submit" type="submit" value="Generar enlaces"/> + </form> + </section> + <footer> + <p class="copyleft">Esta web es Software Libre y esta disponible en <a class="enlace" rel="noopener noreferrer" href="https://notabug.org/Heckyel/ytlibre" target="_blank">Notabug</a> bajo la Licencia + <a class="enlace" rel="license noopener noreferrer" href="https://www.gnu.org/licenses/agpl-3.0.html" target="_blank"> + <abbr title="GNU Affero General Public License version 3">GNU AGPLv3+</abbr> + </a> + </p> + </footer> + </div> + </body> +</html> |