This repository has been archived on 2022-11-26. You can view files and clone it, but cannot push or open issues or pull requests.
IcyNet.eu/views/redirect.pug

14 lines
222 B
Plaintext
Raw Normal View History

extends layout.pug
block title
|Icy Network - Redirecting
block body
2018-02-07 17:03:57 +00:00
.container
h1 Redirecting
p Please wait..
script.
window.close()
setTimeout(function () {
window.location.href = '#{url}'
}, 1000)