1
1
mirror of https://github.com/XXIIVV/webring.git synced 2024-08-17 23:50:24 +03:00
This commit is contained in:
Devine Lu Linvega 2018-05-17 12:58:30 +12:00
parent 977f01e957
commit 6fd29c1bbe

View File

@ -66,7 +66,7 @@ function Portal(sites)
var html = ""
html = `Redirecting to ${target}(3 seconds)
html = `Redirecting to ${target}
<meta http-equiv="refresh" content="3; url=${target}">
<a href='' onClick="window.location.reload()">Directory</a> | <a href='#${target}' onClick="portal.reload('random')">Skip</a> | <a href='#random' onClick="portal.reload('random')">Random</a> | <a href='https://github.com/XXIIVV/webring'>Information</a>`
return html