diff options
-rw-r--r-- | .bowerrc | 3 | ||||
-rw-r--r-- | .gitignore | 6 | ||||
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | templates/librejs.html | 6 |
4 files changed, 4 insertions, 13 deletions
diff --git a/.bowerrc b/.bowerrc deleted file mode 100644 index 44c5922..0000000 --- a/.bowerrc +++ /dev/null @@ -1,3 +0,0 @@ -{ - "directory": "templates/libs/" -} @@ -1,9 +1,3 @@ -### Bower ### -bower_components -.bower-cache -.bower-registry -.bower-tmp -templates/libs/jquery ### Sass ### *.sass-cache/ *.css.map @@ -9,7 +9,7 @@ Extractor de vídeos de Youtube escrito en PHP, ECMAScript, CSS y HTML. 1. Clona este repo `ytlibre` en un directorio, mediante: - $ git clone https://notabug.org/heckyel/ytlibre + $ git clone https://libregit.org/heckyel/ytlibre 2. Cambia permisos a `ytlibre` solo si el **servidor no esta configurado**, caso contrario salta al paso 3. diff --git a/templates/librejs.html b/templates/librejs.html index cd02407..31a777e 100644 --- a/templates/librejs.html +++ b/templates/librejs.html @@ -1,8 +1,8 @@ <!DOCTYPE html> <html lang="en"> <head> - <meta http-equiv="content-type" content="text/html; charset=UTF-8"> <meta charset="UTF-8"> + <meta name="viewport" content="width=device-width, initial-scale=1.0"/> <title>JavaScript license information</title> <link rel="icon" href="./images/favicon.png" sizes="192x192"> </head> @@ -12,12 +12,12 @@ <tr> <td><a href="./libs/plyr/plyr.min.js">plyr.min.js</a></td> <td><a href="https://www.freebsd.org/copyright/freebsd-license.html">Expat</a></td> - <td><a href="https://gitlab.com/heckyel-ng/plyr/-/archive/v3.4.7/plyr-v3.4.7.tar.gz">plyr.tar.gz</a></td> + <td><a href="https://libregit.org/heckyel/plyr/archive/1.0.tar.gz">plyr.tar.gz</a></td> </tr> <tr> <td><a href="./libs/plyr/plyr.js">plyr.js</a></td> <td><a href="https://www.freebsd.org/copyright/freebsd-license.html">Expat</a></td> - <td><a href="https://gitlab.com/heckyel-ng/plyr/-/archive/v3.4.7/plyr-v3.4.7.tar.gz">plyr.tar.gz</a></td> + <td><a href="https://libregit.org/heckyel/plyr/archive/1.0.tar.gz">plyr.tar.gz</a></td> </tr> </tbody> </table> |