CINXE.COM
DB Webchat
<!DOCTYPE html> <html lang="de"> <head> <meta charset="utf-8" /> <title>DB Webchat</title> <base href="/" /> <!-- https://github.com/aws/aws-amplify/issues/678 fix: --> <script> if (global === undefined) { // noinspection ES6ConvertVarToLetConst var global = window; } </script> <!-- https://github.com/aws/aws-amplify/issues/678 fix end--> <meta name="robots" content="noindex, nofollow" /> <meta name="viewport" content="width=device-width, initial-scale=1,height=device-height" /> <link rel="icon" type="image/x-icon" href="assets/img/favicon.ico" /> <!-- Load environment variables --> <script src="assets/js/env.js"></script> <script src="assets/content/config.js"></script> <!-- Redirect to landing Page if the browser is IE --> <script> var browserName = getBrowserName(); if (browserName == "ie") { window.location.href = "/not-supported.html"; } function getBrowserName() { const agent = window.navigator.userAgent.toLowerCase(); // noinspection JSUnresolvedVariable switch (true) { case agent.indexOf("edge") > -1: return "edge"; case agent.indexOf("edg") > -1: return "chromium based edge (dev or canary)"; case agent.indexOf("opr") > -1 && !!window.opr: return "opera"; case agent.indexOf("chrome") > -1 && !!window.chrome: return "chrome"; case agent.indexOf("trident") > -1: return "ie"; case agent.indexOf("firefox") > -1: return "firefox"; case agent.indexOf("safari") > -1: return "safari"; default: return "other"; } } </script> <link rel="stylesheet" href="styles.04aec0c2dfe207dc7706.css"></head> <body> <app-root></app-root> <script src="runtime-es2015.0dae8cbc97194c7caed4.js" type="module"></script><script src="runtime-es5.0dae8cbc97194c7caed4.js" nomodule defer></script><script src="polyfills-es5.278cb03f3abf1a66f22d.js" nomodule defer></script><script src="polyfills-es2015.9b6c3d65f223b351a576.js" type="module"></script><script src="main-es2015.18c896f0bf4a8e4b6ff9.js" type="module"></script><script src="main-es5.18c896f0bf4a8e4b6ff9.js" nomodule defer></script></body> </html>