HTML formatting fixes.
This commit is contained in:
parent
8e49a234ff
commit
23cdcae9f1
1 changed files with 7 additions and 3 deletions
|
@ -3,14 +3,16 @@
|
|||
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
|
||||
<head>
|
||||
<title>Javascript used on this site</title>
|
||||
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<p>This site attempts to be compliant
|
||||
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
|
||||
this site, with license information and source code:
|
||||
|
||||
|
||||
table id="jslicense-labels1">
|
||||
<table id="jslicense-labels1">
|
||||
<thead>
|
||||
<tr><th>Script</th><th>License</th><th>Source</th></tr>
|
||||
</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>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
</p>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Reference in a new issue