CINXE.COM

<!doctype html> <html lang="en" data-critters-container> <head> <meta charset="utf-8"> <!-- title can be overridden in main.ts by seo or set via angular app--> <title></title> <!-- description can be overridden in main.ts by seo--> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="description" content="International Electrotechnical Commission - Products &amp; Services Portal"> <base href="/"> <link rel="icon" type="image/png" href="favicon.png"> <style>html,body{width:100%;height:100%}*,*:before,*:after{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{margin:0;color:#000000b3;font-size:14px;font-family:Arial,Helvetica,sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Noto Sans,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-variant:tabular-nums;line-height:1.5715;background-color:#fff;font-feature-settings:"tnum"}h1{margin-top:0;margin-bottom:.5em;color:#000000d9;font-weight:500}html{--antd-wave-shadow-color:#0060a9;--scroll-bar:0}body{height:calc(100% - 64px)}@media print{*{display:none!important}}</style><link rel="stylesheet" href="styles.b3d5b493db2ed2bd.css" media="print" onload="this.media='all'"><noscript><link rel="stylesheet" href="styles.b3d5b493db2ed2bd.css"></noscript></head> <body> <ocp-root> <h1></h1> <main></main> <div></div> </ocp-root> <script> /** * START SEO */ try { var defaultTitle = 'Products & Services Portal'; var pathName = window.location.pathname; /** * Build canonical link so search engine creates a link without query params */ if (pathName.length > 1) { var canonical = document.createElement('link'); canonical.setAttribute('rel', 'canonical'); canonical.setAttribute('href', window.location.origin + pathName); window.document.head.appendChild(canonical); } /** * Retrieve title from SEO redirect before XHR loads */ var urlParams = new URLSearchParams(window.location.search); var seoTitle = urlParams.get('seoTitle'); var newTitle = defaultTitle; if (seoTitle) { newTitle = seoTitle + ' | ' + defaultTitle; var h1 = document.querySelector('ocp-root h1'); if (h1) { h1.innerText = seoTitle } } window.document.querySelector('title').innerText = newTitle; /** * Retrieve description from SEO redirect before XHR loads */ var seoDescription = urlParams.get('seoDescription'); if (seoDescription) { window.document.querySelector('meta[name="description"]').setAttribute('content', seoDescription); var main = document.querySelector('ocp-root main'); if (main) { main.innerText = seoDescription; } } var seoAbstract = urlParams.get('seoAbstract'); if (seoAbstract) { var div = document.querySelector('ocp-root div'); if (div) { div.innerHTML = seoAbstract; } } // remove seo params from URL if (urlParams.has('fromSeo')) { window.history.replaceState({}, document.title, window.location.pathname); } } catch (e) { console.error(e); } /** * END SEO */ </script> <script src="runtime.9913bfee6e14215c.js" type="module"></script><script src="polyfills.790edb4bc02e6ef6.js" type="module"></script><script src="main.e44bc253167b1fe6.js" type="module"></script></body> </html>