From 82166863a0c4a8c101d041123c4ac2f098c9ef9a Mon Sep 17 00:00:00 2001 From: sstvinc2 Date: Mon, 13 Feb 2017 21:40:12 -0600 Subject: Better URL obfuscation method Was pointing to static HTML files, but they changed anytime the program was re-run, causing links to point to unexpected URLs. Changed to javascript obfuscation, using an onclick event rather than the href, which sufficiently hides the URL for most purposes. --- html_template/template.html | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'html_template/template.html') diff --git a/html_template/template.html b/html_template/template.html index 87e34e8..befaaff 100644 --- a/html_template/template.html +++ b/html_template/template.html @@ -17,7 +17,7 @@
- +
xxTitle1-1xx
@@ -26,7 +26,7 @@
- +
xxTitle1-2xx
@@ -35,7 +35,7 @@
- +
xxTitle1-3xx
@@ -44,7 +44,7 @@
- +
xxTitle1-4xx
@@ -56,7 +56,7 @@