14 lines
222 B
Plaintext
14 lines
222 B
Plaintext
extends layout.pug
|
|
block title
|
|
|Icy Network - Redirecting
|
|
|
|
block body
|
|
.container
|
|
h1 Redirecting
|
|
p Please wait..
|
|
script.
|
|
window.close()
|
|
setTimeout(function () {
|
|
window.location.href = '#{url}'
|
|
}, 1000)
|