mirror of
https://codeberg.org/Hyperpipe/pages
synced 2024-12-06 19:16:42 +01:00
Update 'index.html'
This commit is contained in:
+2
-3
@@ -74,11 +74,10 @@
|
||||
privacy = document.createElement('td'),
|
||||
link = document.createElement('a'),
|
||||
policy = document.createElement('a'),
|
||||
nameNode = document.createTextNode(i.name),
|
||||
urlNode = document.createTextNode(i.url);
|
||||
nameNode = document.createTextNode(i.name);
|
||||
|
||||
link.href = i.url + location.hash.replace('#', '');
|
||||
link.appendChild(urlNode);
|
||||
link.textContent = "Visit"
|
||||
|
||||
policy.href = i.privacy;
|
||||
policy.textContent = 'Visit'
|
||||
|
||||
Reference in New Issue
Block a user