aboutsummaryrefslogtreecommitdiff
path: root/testtag.html
diff options
context:
space:
mode:
authorNateN1222 <nathannichols454@gmail.com>2017-10-07 14:18:00 -0500
committerNateN1222 <nathannichols454@gmail.com>2017-10-07 14:18:00 -0500
commit10d79a38013a174f7408e8c98b3ed05b468ae914 (patch)
tree60dc05521cc6d4e2285a3e74fb9fd1ae12a3b261 /testtag.html
parente7c570bb8a141c65ba0c4444db6c1eb04b8a0ee5 (diff)
Broke up the main file and fixed the bug causing the page to get corrupted
Diffstat (limited to 'testtag.html')
-rw-r--r--testtag.html17
1 files changed, 0 insertions, 17 deletions
diff --git a/testtag.html b/testtag.html
deleted file mode 100644
index 01e98ba..0000000
--- a/testtag.html
+++ /dev/null
@@ -1,17 +0,0 @@
-<!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>