HTML formatting fixes.

This commit is contained in:
Bradley M. Kuhn 2014-11-05 18:37:03 -05:00
parent 08bd9b0a60
commit 6bcd4ecb1c

View file

@ -3,14 +3,16 @@
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"> <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head> <head>
<title>Javascript used on this site</title> <title>Javascript used on this site</title>
</head>
<body>
<p>This site attempts to be compliant <p>This site attempts to be compliant
with <a href="http://www.gnu.org/software/librejs/">LibreJS</a> and respect with <a href="http://www.gnu.org/software/librejs/">LibreJS</a> and respect
the freedoms of users who load this site. Here is the Javscript used on the freedoms of users who load this site. Here is the Javscript used on
this site, with license information and source code: this site, with license information and source code:
table id="jslicense-labels1"> <table id="jslicense-labels1">
<thead> <thead>
<tr><th>Script</th><th>License</th><th>Source</th></tr> <tr><th>Script</th><th>License</th><th>Source</th></tr>
</thead> </thead>
@ -28,4 +30,6 @@ table id="jslicense-labels1">
<td><a href="/jquery-1.10.2-source.js">jQuery 1.10.2 source code</a> </td> <td><a href="/jquery-1.10.2-source.js">jQuery 1.10.2 source code</a> </td>
</tr> </tr>
</table> </table>
</p>
</body>
</html>