blob: 26f655a0dbfaeaad6d9b341e31d2ba91b99212de [file] [log] [blame]
<!DOCTYPE html>
<body>
<script>
let key = (new URLSearchParams(window.location.search)).get('key');
window.location.href = `http://{{hosts[alt][www]}}:{{ports[http][0]}}/portals/resources/portal-host.html?key=${key}`;
</script>
</body>