aboutsummaryrefslogtreecommitdiffstats
path: root/templates/librejs.html
blob: de51646f8c030c9d20da578e383f587e4c954970 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<!DOCTYPE html>
<html lang="en">
    <head>
        <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>
    <body>
        <table id="jslicense-labels1">
            <tbody>
                <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://notabug.org/heckyel/plyr/archive/v1.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://notabug.org/heckyel/plyr/archive/v1.0.tar.gz">plyr.tar.gz</a></td>
                </tr>
            </tbody>
        </table>
    </body>
</html>