diff options
Diffstat (limited to 'licenses.html')
-rw-r--r-- | licenses.html | 57 |
1 files changed, 57 insertions, 0 deletions
diff --git a/licenses.html b/licenses.html new file mode 100644 index 0000000..1a1e425 --- /dev/null +++ b/licenses.html @@ -0,0 +1,57 @@ +<!DOCTYPE html> +<html lang="en"> + <head> + <meta charset="UTF-8"/> + <meta name="viewport" content="width=device-width, initial-scale=1"/> + <title>Licenses - Countries</title> + <link title="Contries" href="opensearch.xml" rel="search" type="application/opensearchdescription+xml"/> + <link href="/dist/images/icons/favicon.ico" type="image/x-icon" rel="icon"/> + <link href="/dist/css/normalize.css" rel="stylesheet"/> + <link href="/dist/css/licenses.css" rel="stylesheet"/> + </head> + + <body> + <header class="header"> + <nav class="home"> + <a href="/" id="home-link" class="home-link">Countries</a> + </nav> + </header> + <main class="main"> + <table id="jslicense-labels1" class="table"> + <caption>JavaScript Licensing Table</caption> + <thead> + <tr> + <th>File</th> + <th>License</th> + <th>Source</th> + </tr> + </thead> + <tbody> + <tr> + <td data-label="File"><a href="/dist/js/switch-storage.js">switch-storage.js</a></td> + <td data-label="License"><a href="http://www.gnu.org/licenses/agpl-3.0.html">AGPL-3.0 or later</a></td> + <td data-label="Source"><a href="/dist/js/switch-storage.js">switch-storage.js</a></td> + </tr> + <tr> + <td data-label="File"><a href="/dist/js/main.js">main.js</a></td> + <td data-label="License"><a href="http://www.gnu.org/licenses/agpl-3.0.html">AGPL-3.0 or later</a></td> + <td data-label="Source"><a href="/dist/js/main.js">main.js</a></td> + </tr> + </tbody> + </table> + </main> + <footer class="footer"> + <div> + <a href="https://hgit.conocimientoslibres.ga/testing/countries.git" + rel="noopener noreferrer" target="_blank">Released under the AGPLv3 or later</a> + </div> + <div> + <p>This site is Free/Libre Software</p> + <p>Current version: 0.1.0</p> + </div> + <div> + <a href="/licenses" data-jslicense="1" rel="noopener noreferrer" target="_blank">JavaScript licenses</a> + </div> + </footer> + </body> +</html> |