CINXE.COM

NÖ Atlas Mobile lädt...

<!DOCTYPE html> <html> <head> <script type="text/javascript"> const host = 'https://atlas.noe.gv.at'; const instance = 'atlas' const app = 'portal'; let portal_name = 'noe-atlas'; // let portal_name = 'test'; let map = 'map/Planung%20und%20Kataster/Grundst%C3%BCcke' let url_path = [host, instance, app, portal_name, map].join("/"); function getMobile(url_path) { //console.log(url_path) window.location.href = url_path; } </script> <title>N&Ouml; Atlas Mobile l&auml;dt...</title> </head> <body onload="getMobile(url_path)" style="background-color: #ffffff; width: 100%; height: 100%;"> <span style="font-family: Verdana"><strong>N&Ouml; Atlas Mobile l&auml;dt...</strong></span> </body> </html>