FreedomBox/static/jslicense.html
Marko Mackic f675206e4d
jsxc: Update jslicense.html
Updated links
2017-01-20 15:54:59 +05:30

22 lines
589 B
HTML

<html>
<head>
<title>JavaScript license Information</title>
<style>a {
text-align:center;
width:300;
}
</style>
</head>
<body>
<h1>JavaScript Web labels table</h1>
<table id="jslicense-labels1" style="text-align:center; width:500">
<tr>
<td><a href="/plinth/static/jsxc/jsxc-plinth.js">jsxc-plinth.js</a></td>
<td><a href="https://www.gnu.org/licenses/agpl-3.0.html">GNU-AGPL-3.0-or-later</a></td>
<td><a href="/plinth/static/jsxc/jsxc-plinth.js">jsxc-plinth.js</a></td>
</tr>
</table>
</body>
</html>