diff options
Diffstat (limited to 'templates/librejs.html')
-rw-r--r-- | templates/librejs.html | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/templates/librejs.html b/templates/librejs.html new file mode 100644 index 0000000..91a8e78 --- /dev/null +++ b/templates/librejs.html @@ -0,0 +1,20 @@ +<!DOCTYPE html> +<html lang="en"> + <head> + <meta http-equiv="content-type" content="text/html; charset=UTF-8"> + <meta charset="UTF-8"> + <title>JavaScript license information</title> + <link rel="icon" href="../images/favicon.png" sizes="192x192"> + </head> + <body> + <table id="jslicense-labels1"> + <tbody> + <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.4/plyr-v3.4.4.tar.gz">plyr.tar.gz</a></td> + </tr> + </tbody> + </table> + </body> +</html> |