CINXE.COM
IRCC Portal
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"/> <title>IRCC Portal</title> <base href="/"/> <meta name="viewport" content="width=device-width, initial-scale=1"/> <link rel="icon" type="image/x-icon" href="favicon.ico"/> <style> body, html { height: 98%; } .app-loading { position: relative; display: flex; flex-direction: column; align-items: center; justify-content: center; height: 98%; } .app-loading .logo { width: 6rem; height: 6rem; background: url("assets/images/logo.svg") center center no-repeat; } .app-loading .spinner { height: 13rem; width: 13rem; animation: rotate 2s linear infinite; transform-origin: center center; position: absolute; top: 0; bottom: 0; left: 0; right: 0; margin: auto; } .app-loading .spinner .path { stroke-dasharray: 50; stroke-dashoffset: 0; animation: dash 1.5s ease-in-out infinite; stroke-linecap: round; stroke: #ddd; } @keyframes rotate { 100% { transform: rotate(360deg); } } @keyframes dash { 0% { stroke-dasharray: 50; stroke-dashoffset: 0; } 50% { stroke-dasharray: 89, 200; } 100% { stroke-dasharray: 89, 200; } } </style> <link rel="stylesheet" href="styles.0effb5ceb648a2ff3ad9.css"></head> <body vocab="http://schema.org/" typeof="WebPage"> <!--[if lt IE 10]> <p> You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience. </p> <![endif]--> <noscript> <meta http-equiv="refresh" content="0; URL=assets/static/no-js-cookies.html"/> </noscript> <script> if (!navigator.cookieEnabled) { window.location.href="assets/static/no-js-cookies.html" } </script> <ircc-portal-root> <div class="app-loading"> <div class="logo"></div> <svg role="img" class="spinner" viewBox="25 25 50 50" aria-labelledby="loading-flag"> <circle class="path" cx="50" cy="50" r="20" fill="none" stroke-width="2" stroke-miterlimit="10"/> </svg> </div> </ircc-portal-root> <script src="runtime-es2015.4ecb38c52ddc68af6f83.js" type="module"></script><script src="runtime-es5.4ecb38c52ddc68af6f83.js" nomodule defer></script><script src="polyfills-es5.29540da3b16dc0d23eef.js" nomodule defer></script><script src="polyfills-es2015.e5d0af7622c49d8942ab.js" type="module"></script><script src="main-es2015.95b63693be42fd29f3a6.js" type="module"></script><script src="main-es5.95b63693be42fd29f3a6.js" nomodule defer></script></body> </html>