FreedomBox/static/jslicense.html
James Valleroy 9b2c7f2d48
Fix link to jsxc-plinth.js in JS license information
Minor updates to html formatting
2016-12-20 17:36:05 -05:00

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/xmpp/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/xmpp/jsxc-plinth.js">jsxc-plinth.js</a></td>
</tr>
</table>
</body>
</html>