blob: 01e98ba8d4eddb93e73eac1ea8802ece6b09efa2 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
<!doctype html>
<html>
<head>
<title>A Page containing free JS</title>
</head>
<body>
<div id="bod" style="white-space: pre-wrap;">
@license magnet:?xt=urn:btih:0ef1b8170b3b615170ff270def6427c317705f85&dn=lgpl-3.0.txt LGPL-3.0
console.log("free js");
@license-end
eval("console.log('nontrivial mystery code')");
@license magnet:?xt=urn:btih:b8999bbaf509c08d127678643c515b9ab0836bae&dn=ISC.txt ISC
console.log("free js");
@license-end
</div>
</body>
</html>
|