CINXE.COM

UiPath

<!DOCTYPE html> <html lang="en" style="height: 100%; scrollbar-width: none"> <head> <meta http-equiv="Content-Security-Policy" content=""> <meta charset="utf-8" /> <meta name="robots" content="noindex" /> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" /> <meta name="theme-color" content="#000000" /> <meta name="ui-version" content="0ee7d6ace" /> <!-- manifest.json provides metadata used when your web app is added to the homescreen on Android. See https://developers.google.com/web/fundamentals/engage-and-retain/web-app-manifest/ --> <link rel="shortcut icon" href="https://platform-cdn.uipath.com/global-app/global-app/favicon.ico" /> <link rel="preconnect" href="https://fonts.googleapis.com"> <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> <link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet" /> <link href="https://fonts.googleapis.com/css2?family=Noto+Sans:wght@100;300;400;500;600;700;800;900&family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap" rel="stylesheet"> <!-- Google Tag Manager --> <script nonce="ZMHQsabWabukD4bgT426UA==" id="data-google-tag-manager" data-nonce="ZMHQsabWabukD4bgT426UA=="> (function (w, d, s, l, i) { w[l] = w[l] || []; w[l].push({ 'gtm.start': new Date().getTime(), event: 'gtm.js' }); const f = d.getElementsByTagName(s)[0], j = d.createElement(s), dl = l != 'dataLayer' ? '&l=' + l : ''; j.async = true; j.src = 'https://www.googletagmanager.com/gtm.js?id=' + i + dl; const n = d.querySelector('[nonce]'); n && j.setAttribute('nonce', "ZMHQsabWabukD4bgT426UA=="); f.parentNode.insertBefore(j, f); })(window, document, 'script', 'dataLayer', 'GTM-PLLP8P'); </script> <!-- End Google Tag Manager --> <!-- Notice the use of https://platform-cdn.uipath.com/global-app/global-app in the tags above. It will be replaced with the URL of the `public` folder during the build. Only files inside the `public` folder can be referenced from the HTML. Unlike "/favicon.ico" or "favicon.ico", "https://platform-cdn.uipath.com/global-app/global-app/favicon.ico" will work correctly both with client-side routing and a non-root public URL. Learn how to configure a non-root public URL by running `npm run build`. --> <style> .uipathPlatform::-webkit-scrollbar { display: none; } .uipathPlatform { -ms-overflow-style: none; } </style> <!-- Adding Apollo Fonts to Cloud RPA --> <link rel="stylesheet" href="/portal_/apollo/packages/apollo-fonts/1/font.css?spaceName=portal" /> <title>UiPath</title> <script defer src="https://platform-cdn.uipath.com/global-app/global-app/static/js/lib-axios.20ada917.js"></script><script defer src="https://platform-cdn.uipath.com/global-app/global-app/static/js/lib-react.fa6b0f22.js"></script><script defer src="https://platform-cdn.uipath.com/global-app/global-app/static/js/lib-router.d802b60e.js"></script><script defer src="https://platform-cdn.uipath.com/global-app/global-app/static/js/878.de4130ec.js"></script><script defer src="https://platform-cdn.uipath.com/global-app/global-app/static/js/index.01524545.js"></script><link href="https://platform-cdn.uipath.com/global-app/global-app/static/css/index.9f01e405.css" rel="stylesheet"></head> <body style="height: inherit" class="uipathPlatform"> <!-- Google Tag Manager (noscript) --> <noscript> <iframe src="https://www.googletagmanager.com/ns.html?id=GTM-PLLP8P" height="0" width="0" style="display:none;visibility:hidden"> </iframe> </noscript> <!--End Google Tag Manager(noscript) --> <noscript> You need to enable JavaScript to run this app. </noscript> <script type="text/javascript" src="./env.js"></script> <div id="root"> <ui-app></ui-app> </div> <!-- This HTML file is a template. If you open it directly in the browser, you will see an empty page. You can add webfonts, meta tags, or analytics to this file. The build step will place the bundled scripts into the <body> tag. To begin the development, run `npm start` or `yarn start`. To create a production bundle, use `npm run build` or `yarn build`. --> <!-- Need the below to load portal-shell components properly --> <script type="module" src="/portal_/apollo/packages/portal-shell/3/portal-shell.esm.js?spaceName=portal"></script> <!-- This script is for setting the body color based on the portal-shell's theme --> <script type="text/javascript"> let theme = localStorage.getItem('PORTAL_THEME')?.toLowerCase() || 'autotheme'; // Auto-theme is the default in portal-shell let prefersDarkTheme = window.matchMedia && window.matchMedia('(prefers-color-scheme: dark)').matches; let isDarkTheme = theme === 'dark' || (theme === 'autotheme' && prefersDarkTheme); document.getElementsByClassName('uipathPlatform')[0].style.backgroundColor = isDarkTheme ? '#182027' : '#FFF'; </script> </body> </html>