diff options
author | Jesús <heckyel@hyperbola.info> | 2020-12-06 17:59:50 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2020-12-06 17:59:50 -0500 |
commit | d9aa1f35095965c1d03c8202984993a0534ed9a6 (patch) | |
tree | 8379a13fe7a07ca78e3b3f0abe730e72f573859c /templates/index.tpl | |
parent | 6a3a940d7344a81081294d9ad3a33b75af303ced (diff) | |
download | ytlibre-d9aa1f35095965c1d03c8202984993a0534ed9a6.tar.lz ytlibre-d9aa1f35095965c1d03c8202984993a0534ed9a6.tar.xz ytlibre-d9aa1f35095965c1d03c8202984993a0534ed9a6.zip |
Add query search
Diffstat (limited to 'templates/index.tpl')
-rw-r--r-- | templates/index.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/index.tpl b/templates/index.tpl index 79faf08..009b456 100644 --- a/templates/index.tpl +++ b/templates/index.tpl @@ -17,7 +17,7 @@ <h2>Herramienta Libre</h2> <hr> <form method="get" autocomplete="off" class="formulario"> - <input name="link" type="text" placeholder="Enlace de Youtube"/> + <input name="link" type="search" placeholder="Enlace de Youtube"/> <input class="boton" name="submit" type="submit" value="Decodificar"/> </form> </section> |