Mobile 375 × 812

Desktop 1440 × 900

Score: 75 / 100
Based on 8 categories, 0 sections
Fast site — your users get a smooth experience.
Several missing protections leave your users and data exposed.
Several issues make your site difficult for assistive technology users.
Solid SEO basics — a few optimizations could boost rankings.
Good server performance with room for optimization.
Several regulatory requirements are not yet met.
Missing metadata means poor previews on social media and search.
Lean and efficient — low environmental impact per visit.
The overall score is a weighted average of individual category scores. Categories with more impact on user experience and security carry more weight.
Weights reflect general web best practices. Individual needs may differ.
Content-Security-Policy header is missing
Security gaps expose your site and users to attacks, eroding trust.
No Content-Security-Policy header found
Security gaps expose your site and users to attacks, eroding trust.
No <main> landmark found
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
No favicon or icon links detected
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
Soft 404: server returns HTTP 200 for non-existent pages
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
High impact, low effort — start here.
High impact, requires investment.
Small gains, minimal effort.
Nothing in this quadrant — good news.
Low impact, high effort — do last.
Nothing in this quadrant — good news.
[](https://beavercheck.com/results/5a7c84c3-489f-4d76-8afa-d87302255751)<a href="https://beavercheck.com/results/5a7c84c3-489f-4d76-8afa-d87302255751"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fid5-sync.com" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fid5-sync.comThis badge auto-updates with your latest scan result.
Your site performs reasonably well, but a few targeted fixes could meaningfully improve results. Accessibility issues exclude users who rely on assistive technology — an estimated 15% of your potential audience. Addressing the critical issues below would have the most immediate impact on your user trust.
6 barrier(s) likely increasing bounce by ~28%.
No Content-Security-Policy header
+1% bounceHigher XSS blast radius — one compromised script can exfiltrate the checkout form
Fix: Ship a reporting-only CSP first, then enforce once violations are clean
No viewport meta tag
+15% bounceMobile browsers render at desktop width and shrink — text unreadable, tap targets miniature
Fix: Add <meta name="viewport" content="width=device-width, initial-scale=1">
No Open Graph tags
+2% bounceLinks shared on LinkedIn / Slack / Facebook show bare URLs — referral clicks drop
Fix: Add og:title, og:description, og:image, og:url to the page head
No structured data
+2% bounceNo rich-result eligibility in Google — lower SERP CTR vs competitors with stars and prices
Fix: Add JSON-LD for your page type (Product, Article, FAQPage, LocalBusiness, …)
Thin content
+3% bounceUnder 300 words — visitors bounce looking for substance, search engines rank competitors first
Fix: Add a substantive FAQ, product detail, or case-study section
No skip-to-content link
+1% bounceKeyboard and screen-reader users must tab through the entire header on every page
Fix: Add a visible-on-focus <a href="#main">Skip to content</a> as the first focusable element
Preliminary CRO audit — each barrier links to the tab with detailed analysis.
€440 investment → €0.00/month returns + EUR 120,500,000 risk avoided
€440
6h · 5 findings
€0.00 /mo
~€0.00 / year
EUR 120,500,000
if kept compliant
€80 — in quick wins — start here for the fastest payback
Figures combine localized regulatory fine ceilings, search/conversion value priced against local CPC, and bandwidth waste estimates. Results depend on implementation quality and audience composition. Not legal or financial advice.
5.5 developer hours at €80/hr
Based on France rates (€80/hr)
Start here for the best return on investment
€10,041,667 / month at risk
~€120,500,000 / year if left unfixed
€120,500,000
+7 more
€0.00 /mo
2.7 MB/mo × 0.074 EUR/GB
Compliance figures represent the statutory maximum fine for the most severe triggered category, capped per regulation — not the sum of per-finding penalties. Based on published regulatory fine ranges. This is not legal advice.
Unique monthly visitors from your analytics
Purchases, signups, or key actions
Optional — for revenue estimation
more engaged visitors from reduced bounce
Fix 5 critical issues to capture this value
Based on Google/Deloitte research ("Milliseconds Make Millions") showing a ~7% bounce rate increase per additional second of LCP above the 2.5s "Good" threshold.
Your site's LCP: → estimated after fixes.
These are estimates based on industry research — actual results vary
Your data stays in your browser — nothing is sent to our servers
Thanks for your feedback!
We'll use a cached audit if available, or offer to scan.
Industry-standard audits powered by Google Lighthouse.
Key metrics that affect user experience.
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
770 ms
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
770 ms
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
0 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.000
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
1.05 s
Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.
770 ms
Audit breakdown by category with detailed findings.
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
Performance issues directly impact user engagement and conversion rates.
Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile Baseline features, unless you know you must support older browsers. Learn why most sites can deploy ES6+ code without transpiling
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
Performance issues directly impact user engagement and conversion rates.
Tap interactions may be delayed by up to 300 ms if the viewport is not optimized for mobile.
Performance issues directly impact user engagement and conversion rates.
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.
The title gives screen reader users an overview of the page, and search engine users rely on it heavily to determine if a page is relevant to their search. Learn more about document titles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html html |
These are opportunities to improve the semantics of the controls in your application. This may enhance the experience for users of assistive technology, like a screen reader.
If a page doesn't specify a `lang` attribute, a screen reader assumes that the page is in the default language that the user chose when setting up the screen reader. If the page isn't actually in the default language, then the screen reader might not announce the page's text correctly. Learn more about the `lang` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html html |
These are opportunities to improve the interpretation of your content by users in different locales.
One main landmark helps screen reader users navigate a web page. Learn more about landmarks.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html html |
These items highlight common accessibility best practices.
Specifying a doctype prevents the browser from switching to quirks-mode. Learn more about the doctype declaration.
Performance issues directly impact user engagement and conversion rates.
Errors logged to the console indicate unresolved problems. They can come from network request failures and other browser concerns. Learn more about this errors in console diagnostic audit
Performance issues directly impact user engagement and conversion rates.
| Source | Description |
|---|---|
Failed to load resource: the server responded with a status of 404 () |
These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on Core Web Vitals. Learn more about Google Search Essentials.
The title gives screen reader users an overview of the page, and search engine users rely on it heavily to determine if a page is relevant to their search. Learn more about document titles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html html |
Meta descriptions may be included in search results to concisely summarize page content. Learn more about the meta description.
Performance issues directly impact user engagement and conversion rates.
Format your HTML in a way that enables crawlers to better understand your app’s content.
If your robots.txt file is malformed, crawlers may not be able to understand how you want your website to be crawled or indexed. Learn more about robots.txt.
Performance issues directly impact user engagement and conversion rates.
| Line # | Content | Error |
|---|---|---|
| 2 | <!doctype html> | Syntax not understood |
| 3 | <html lang="en" class="no-js" style="height:100%"> | Unknown directive |
| 4 | <head> | Syntax not understood |
| 6 | <meta charset="utf-8"/> | Syntax not understood |
| 7 | <meta http-equiv="X-UA-Compatible" content="IE=edge"/> | Syntax not understood |
| 8 | <meta name="viewport" content="width=device-width, initial-scale=1"/> | Syntax not understood |
| 9 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> | Syntax not understood |
| 10 | <title>Login :: ID5 Console</title> | Unknown directive |
| 11 | <link rel="stylesheet" href="/assets/application-5220735e412930e75df0640516e95fdf.css" /> | Syntax not understood |
| 12 | <link href="https://fonts.googleapis.com/css2?family=Geist" rel="stylesheet"> | Unknown directive |
| 14 | <meta name="layout" content="main"/> | Syntax not understood |
| 17 | <link rel="apple-touch-icon" sizes="180x180" href="/assets/apple-touch-icon-c28986312d57e5f7b89f904d79942dd3.png"/> | Syntax not understood |
| 18 | <link rel="icon" type="image/png" sizes="32x32" href="/assets/favicon-32x32-6a5841e3dc4c76a5af7e12bf24bb2d88.png"/> | Syntax not understood |
| 19 | <link rel="icon" type="image/png" sizes="16x16" href="/assets/favicon-16x16-f18598cea14395f3e834da0251c87e0d.png"/> | Syntax not understood |
| 20 | <link rel="manifest" href="/assets/site-988e8bb36f42d4ed60cbdc3ef9344ab4.webmanifest"/> | Syntax not understood |
| 21 | <link rel="mask-icon" color="#1c307e" href="/assets/safari-pinned-tab-db06fcd245b691d699c2d42e31071078.svg"/> | Syntax not understood |
| 22 | <link rel="shortcut icon" href="/assets/favicon-a004f4b686e7abe9356d5e1e0a1c5f95.ico"/> | Syntax not understood |
| 23 | <meta name="msapplication-TileColor" content="#da532c"/> | Syntax not understood |
| 24 | <meta name="msapplication-config" content="/assets/browserconfig-ab7574bdaa4f3e4a2674d3907a98d120.xml"/> | Syntax not understood |
| 25 | <meta name="theme-color" content="#ffffff"/> | Syntax not understood |
| 27 | <!-- Global site tag (gtag.js) - Google Analytics --> | Syntax not understood |
| 28 | <script async src="https://www.googletagmanager.com/gtag/js?id=UA-102097374-2"></script> | Unknown directive |
| 29 | <script> | Syntax not understood |
| 30 | window.dataLayer = window.dataLayer || []; | Syntax not understood |
| 31 | function gtag(){dataLayer.push(arguments);} | Syntax not understood |
| 32 | gtag('js', new Date()); | Syntax not understood |
| 33 | gtag('config', 'UA-102097374-2', { | Syntax not understood |
| 34 | 'custom_map': { | Unknown directive |
| 35 | 'dimension1': 'userType', | Unknown directive |
| 36 | 'dimension2': 'partnerId' | Unknown directive |
| 37 | } | Syntax not understood |
| 38 | }); | Syntax not understood |
| 40 | gtag('event', 'dimension_event', { | Syntax not understood |
| 42 | 'userType': 'anonymous', | Unknown directive |
| 43 | 'partnerId': 'anonymous' | Unknown directive |
| 45 | }); | Syntax not understood |
| 46 | </script> | Syntax not understood |
| 48 | <script type="text/javascript"> | Syntax not understood |
| 49 | (function(window, document, dataLayerName, id) { | Syntax not understood |
| 50 | window[dataLayerName]=window[dataLayerName]||[],window[dataLayerName].push({start:(new Date).getTime(),event:"stg.start"});var scripts=document.getElementsByTagName('script')[0],tags=document.createElement('script'); | Unknown directive |
| 51 | function stgCreateCookie(a,b,c){var d="";if(c){var e=new Date;e.setTime(e.getTime()+24*c*60*60*1e3),d="; expires="+e.toUTCString()}document.cookie=a+"="+b+d+"; path=/"} | Syntax not understood |
| 52 | var isStgDebug=(window.location.href.match("stg_debug")||document.cookie.match("stg_debug"))&&!window.location.href.match("stg_disable_debug");stgCreateCookie("stg_debug",isStgDebug?1:"",isStgDebug?14:-1); | Unknown directive |
| 53 | var qP=[];dataLayerName!=="dataLayer"&&qP.push("data_layer_name="+dataLayerName),isStgDebug&&qP.push("stg_debug");var qPString=qP.length>0?("?"+qP.join("&")):""; | Unknown directive |
| 54 | tags.async=!0,tags.src="https://id5.containers.piwik.pro/"+id+".js"+qPString,scripts.parentNode.insertBefore(tags,scripts); | Unknown directive |
| 55 | !function(a,n,i){a[n]=a[n]||{};for(var c=0;c<i.length;c++)!function(i){a[n][i]=a[n][i]||{},a[n][i].api=a[n][i].api||function(){var a=[].slice.call(arguments,0);"string"==typeof a[0]&&window[dataLayerName].push({event:n+"."+i+":"+a[0],parameters:[].slice.call(arguments,1)})}}(i[c])}(window,"ppms",["tm","cm"]); | Unknown directive |
| 56 | })(window, document, 'dataLayer', '8ac88f26-f98b-49b8-8cfe-ec245fb0d991'); | Syntax not understood |
| 57 | </script> | Syntax not understood |
| 59 | <script type="text/javascript"> | Syntax not understood |
| 60 | var _paq = window._paq || []; | Syntax not understood |
| 61 | _paq.push(['trackEvent', 'dimension_event', 'dimensionValue', 1, { | Syntax not understood |
| 63 | 'userType': 'anonymous', | Unknown directive |
| 64 | 'partnerId': 'anonymous' | Unknown directive |
| 66 | }]); | Syntax not understood |
| 68 | </script> | Syntax not understood |
| 70 | </head> | Syntax not understood |
| 72 | <body style="height:100%"> | Unknown directive |
| 73 | <script type="text/javascript" src="/assets/application-536fc7dc4b601d6ce3770795ae493ed9.js" ></script> | Syntax not understood |
| 75 | <nav class="navbar navbar-default"> | Syntax not understood |
| 76 | <div class="container-fluid"> | Syntax not understood |
| 77 | <div class="navbar-header"> | Syntax not understood |
| 78 | <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" | Syntax not understood |
| 79 | data-target="#navbar-menu" aria-expanded="false"> | Syntax not understood |
| 80 | <span class="sr-only">Toggle navigation</span> | Syntax not understood |
| 81 | <span class="icon-bar"></span> | Syntax not understood |
| 82 | <span class="icon-bar"></span> | Syntax not understood |
| 83 | <span class="icon-bar"></span> | Syntax not understood |
| 84 | </button> | Syntax not understood |
| 85 | <a href="/admin/index" class="navbar-brand"> | Syntax not understood |
| 86 | <img src="/assets/id5_logo-6b4fcc1441f2ae7c68f9a3a2ce3667ac.png" /> | Syntax not understood |
| 87 | </a> | Syntax not understood |
| 89 | </div> | Syntax not understood |
| 91 | <div class="collapse navbar-collapse" id="navbar-menu"> | Syntax not understood |
| 92 | <ul class="nav navbar-nav navbar-right"> | Syntax not understood |
| 94 | </ul> | Syntax not understood |
| 95 | </div> | Syntax not understood |
| 96 | </div> | Syntax not understood |
| 97 | </nav> | Syntax not understood |
| 99 | <div class="container"> | Syntax not understood |
| 102 | <div id="content" role="main"> | Syntax not understood |
| 103 | <div class="row"> | Syntax not understood |
| 104 | <div class="col-sm-offset-4 col-sm-4"> | Syntax not understood |
| 105 | <div class="panel panel-primary"> | Syntax not understood |
| 106 | <div class="panel-heading"> | Syntax not understood |
| 107 | <h3 class="panel-title">ID5 Authentication</h3> | Syntax not understood |
| 108 | </div> | Syntax not understood |
| 109 | <div class="panel-body"> | Syntax not understood |
| 110 | <form action="/login/authenticate" method="POST" id="loginForm" autocomplete="off"> | Syntax not understood |
| 111 | <div class="form-group"> | Syntax not understood |
| 112 | <label for="username">Username (email)</label> | Syntax not understood |
| 113 | <input type="text" class="form-control" id="username" name="username"> | Syntax not understood |
| 114 | </div> | Syntax not understood |
| 115 | <div class="form-group"> | Syntax not understood |
| 116 | <label for="password">Password</label> | Syntax not understood |
| 117 | <input type="password" class="form-control" id="password" name="password"> | Syntax not understood |
| 118 | </div> | Syntax not understood |
| 120 | <div class="checkbox"> | Syntax not understood |
| 121 | <label> | Syntax not understood |
| 122 | <input type="checkbox" id="remember_me" name="remember_me" checked="checked"> Remember me | Syntax not understood |
| 123 | </label> | Syntax not understood |
| 124 | </div> | Syntax not understood |
| 125 | <button type="submit" class="btn btn-primary">Log me in</button> | Syntax not understood |
| 126 | </form> | Syntax not understood |
| 127 | <a href="/admin/lostPassword" class="pull-right">I've lost my password</a> | Syntax not understood |
| 128 | </div> | Syntax not understood |
| 129 | </div> | Syntax not understood |
| 130 | </div> | Syntax not understood |
| 131 | </div> | Syntax not understood |
| 132 | </div> | Syntax not understood |
| 134 | </div> | Syntax not understood |
| 136 | <div id="spinner" class="spinner" style="display:none;"> | Unknown directive |
| 138 | </div> | Syntax not understood |
| 139 | <p style="padding-bottom: 40px"></p> | Unknown directive |
| 140 | <script type="text/javascript"> | Syntax not understood |
| 142 | $(function () { | Syntax not understood |
| 143 | $('[data-toggle="tooltip"]').tooltip({html:true}) | Unknown directive |
| 144 | }); | Syntax not understood |
| 146 | </script> | Syntax not understood |
| 148 | </body> | Syntax not understood |
| 149 | </html> | Syntax not understood |
To appear in search results, crawlers need access to your app.
Industry-standard audits powered by Google Lighthouse. — Desktop
Key metrics that affect user experience. — Desktop
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
203 ms
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
203 ms
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
0 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.000
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
405 ms
Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.
203 ms
Audit breakdown by category with detailed findings.
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
Performance issues directly impact user engagement and conversion rates.
Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile Baseline features, unless you know you must support older browsers. Learn why most sites can deploy ES6+ code without transpiling
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
Performance issues directly impact user engagement and conversion rates.
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.
The title gives screen reader users an overview of the page, and search engine users rely on it heavily to determine if a page is relevant to their search. Learn more about document titles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html html |
These are opportunities to improve the semantics of the controls in your application. This may enhance the experience for users of assistive technology, like a screen reader.
If a page doesn't specify a `lang` attribute, a screen reader assumes that the page is in the default language that the user chose when setting up the screen reader. If the page isn't actually in the default language, then the screen reader might not announce the page's text correctly. Learn more about the `lang` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html html |
These are opportunities to improve the interpretation of your content by users in different locales.
One main landmark helps screen reader users navigate a web page. Learn more about landmarks.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html html |
These items highlight common accessibility best practices.
Specifying a doctype prevents the browser from switching to quirks-mode. Learn more about the doctype declaration.
Performance issues directly impact user engagement and conversion rates.
Errors logged to the console indicate unresolved problems. They can come from network request failures and other browser concerns. Learn more about this errors in console diagnostic audit
Performance issues directly impact user engagement and conversion rates.
| Source | Description |
|---|---|
Failed to load resource: the server responded with a status of 404 () |
These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on Core Web Vitals. Learn more about Google Search Essentials.
The title gives screen reader users an overview of the page, and search engine users rely on it heavily to determine if a page is relevant to their search. Learn more about document titles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html html |
Meta descriptions may be included in search results to concisely summarize page content. Learn more about the meta description.
Performance issues directly impact user engagement and conversion rates.
Format your HTML in a way that enables crawlers to better understand your app’s content.
If your robots.txt file is malformed, crawlers may not be able to understand how you want your website to be crawled or indexed. Learn more about robots.txt.
Performance issues directly impact user engagement and conversion rates.
| Line # | Content | Error |
|---|---|---|
| 2 | <!doctype html> | Syntax not understood |
| 3 | <html lang="en" class="no-js" style="height:100%"> | Unknown directive |
| 4 | <head> | Syntax not understood |
| 6 | <meta charset="utf-8"/> | Syntax not understood |
| 7 | <meta http-equiv="X-UA-Compatible" content="IE=edge"/> | Syntax not understood |
| 8 | <meta name="viewport" content="width=device-width, initial-scale=1"/> | Syntax not understood |
| 9 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> | Syntax not understood |
| 10 | <title>Login :: ID5 Console</title> | Unknown directive |
| 11 | <link rel="stylesheet" href="/assets/application-5220735e412930e75df0640516e95fdf.css" /> | Syntax not understood |
| 12 | <link href="https://fonts.googleapis.com/css2?family=Geist" rel="stylesheet"> | Unknown directive |
| 14 | <meta name="layout" content="main"/> | Syntax not understood |
| 17 | <link rel="apple-touch-icon" sizes="180x180" href="/assets/apple-touch-icon-c28986312d57e5f7b89f904d79942dd3.png"/> | Syntax not understood |
| 18 | <link rel="icon" type="image/png" sizes="32x32" href="/assets/favicon-32x32-6a5841e3dc4c76a5af7e12bf24bb2d88.png"/> | Syntax not understood |
| 19 | <link rel="icon" type="image/png" sizes="16x16" href="/assets/favicon-16x16-f18598cea14395f3e834da0251c87e0d.png"/> | Syntax not understood |
| 20 | <link rel="manifest" href="/assets/site-988e8bb36f42d4ed60cbdc3ef9344ab4.webmanifest"/> | Syntax not understood |
| 21 | <link rel="mask-icon" color="#1c307e" href="/assets/safari-pinned-tab-db06fcd245b691d699c2d42e31071078.svg"/> | Syntax not understood |
| 22 | <link rel="shortcut icon" href="/assets/favicon-a004f4b686e7abe9356d5e1e0a1c5f95.ico"/> | Syntax not understood |
| 23 | <meta name="msapplication-TileColor" content="#da532c"/> | Syntax not understood |
| 24 | <meta name="msapplication-config" content="/assets/browserconfig-ab7574bdaa4f3e4a2674d3907a98d120.xml"/> | Syntax not understood |
| 25 | <meta name="theme-color" content="#ffffff"/> | Syntax not understood |
| 27 | <!-- Global site tag (gtag.js) - Google Analytics --> | Syntax not understood |
| 28 | <script async src="https://www.googletagmanager.com/gtag/js?id=UA-102097374-2"></script> | Unknown directive |
| 29 | <script> | Syntax not understood |
| 30 | window.dataLayer = window.dataLayer || []; | Syntax not understood |
| 31 | function gtag(){dataLayer.push(arguments);} | Syntax not understood |
| 32 | gtag('js', new Date()); | Syntax not understood |
| 33 | gtag('config', 'UA-102097374-2', { | Syntax not understood |
| 34 | 'custom_map': { | Unknown directive |
| 35 | 'dimension1': 'userType', | Unknown directive |
| 36 | 'dimension2': 'partnerId' | Unknown directive |
| 37 | } | Syntax not understood |
| 38 | }); | Syntax not understood |
| 40 | gtag('event', 'dimension_event', { | Syntax not understood |
| 42 | 'userType': 'anonymous', | Unknown directive |
| 43 | 'partnerId': 'anonymous' | Unknown directive |
| 45 | }); | Syntax not understood |
| 46 | </script> | Syntax not understood |
| 48 | <script type="text/javascript"> | Syntax not understood |
| 49 | (function(window, document, dataLayerName, id) { | Syntax not understood |
| 50 | window[dataLayerName]=window[dataLayerName]||[],window[dataLayerName].push({start:(new Date).getTime(),event:"stg.start"});var scripts=document.getElementsByTagName('script')[0],tags=document.createElement('script'); | Unknown directive |
| 51 | function stgCreateCookie(a,b,c){var d="";if(c){var e=new Date;e.setTime(e.getTime()+24*c*60*60*1e3),d="; expires="+e.toUTCString()}document.cookie=a+"="+b+d+"; path=/"} | Syntax not understood |
| 52 | var isStgDebug=(window.location.href.match("stg_debug")||document.cookie.match("stg_debug"))&&!window.location.href.match("stg_disable_debug");stgCreateCookie("stg_debug",isStgDebug?1:"",isStgDebug?14:-1); | Unknown directive |
| 53 | var qP=[];dataLayerName!=="dataLayer"&&qP.push("data_layer_name="+dataLayerName),isStgDebug&&qP.push("stg_debug");var qPString=qP.length>0?("?"+qP.join("&")):""; | Unknown directive |
| 54 | tags.async=!0,tags.src="https://id5.containers.piwik.pro/"+id+".js"+qPString,scripts.parentNode.insertBefore(tags,scripts); | Unknown directive |
| 55 | !function(a,n,i){a[n]=a[n]||{};for(var c=0;c<i.length;c++)!function(i){a[n][i]=a[n][i]||{},a[n][i].api=a[n][i].api||function(){var a=[].slice.call(arguments,0);"string"==typeof a[0]&&window[dataLayerName].push({event:n+"."+i+":"+a[0],parameters:[].slice.call(arguments,1)})}}(i[c])}(window,"ppms",["tm","cm"]); | Unknown directive |
| 56 | })(window, document, 'dataLayer', '8ac88f26-f98b-49b8-8cfe-ec245fb0d991'); | Syntax not understood |
| 57 | </script> | Syntax not understood |
| 59 | <script type="text/javascript"> | Syntax not understood |
| 60 | var _paq = window._paq || []; | Syntax not understood |
| 61 | _paq.push(['trackEvent', 'dimension_event', 'dimensionValue', 1, { | Syntax not understood |
| 63 | 'userType': 'anonymous', | Unknown directive |
| 64 | 'partnerId': 'anonymous' | Unknown directive |
| 66 | }]); | Syntax not understood |
| 68 | </script> | Syntax not understood |
| 70 | </head> | Syntax not understood |
| 72 | <body style="height:100%"> | Unknown directive |
| 73 | <script type="text/javascript" src="/assets/application-536fc7dc4b601d6ce3770795ae493ed9.js" ></script> | Syntax not understood |
| 75 | <nav class="navbar navbar-default"> | Syntax not understood |
| 76 | <div class="container-fluid"> | Syntax not understood |
| 77 | <div class="navbar-header"> | Syntax not understood |
| 78 | <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" | Syntax not understood |
| 79 | data-target="#navbar-menu" aria-expanded="false"> | Syntax not understood |
| 80 | <span class="sr-only">Toggle navigation</span> | Syntax not understood |
| 81 | <span class="icon-bar"></span> | Syntax not understood |
| 82 | <span class="icon-bar"></span> | Syntax not understood |
| 83 | <span class="icon-bar"></span> | Syntax not understood |
| 84 | </button> | Syntax not understood |
| 85 | <a href="/admin/index" class="navbar-brand"> | Syntax not understood |
| 86 | <img src="/assets/id5_logo-6b4fcc1441f2ae7c68f9a3a2ce3667ac.png" /> | Syntax not understood |
| 87 | </a> | Syntax not understood |
| 89 | </div> | Syntax not understood |
| 91 | <div class="collapse navbar-collapse" id="navbar-menu"> | Syntax not understood |
| 92 | <ul class="nav navbar-nav navbar-right"> | Syntax not understood |
| 94 | </ul> | Syntax not understood |
| 95 | </div> | Syntax not understood |
| 96 | </div> | Syntax not understood |
| 97 | </nav> | Syntax not understood |
| 99 | <div class="container"> | Syntax not understood |
| 102 | <div id="content" role="main"> | Syntax not understood |
| 103 | <div class="row"> | Syntax not understood |
| 104 | <div class="col-sm-offset-4 col-sm-4"> | Syntax not understood |
| 105 | <div class="panel panel-primary"> | Syntax not understood |
| 106 | <div class="panel-heading"> | Syntax not understood |
| 107 | <h3 class="panel-title">ID5 Authentication</h3> | Syntax not understood |
| 108 | </div> | Syntax not understood |
| 109 | <div class="panel-body"> | Syntax not understood |
| 110 | <form action="/login/authenticate" method="POST" id="loginForm" autocomplete="off"> | Syntax not understood |
| 111 | <div class="form-group"> | Syntax not understood |
| 112 | <label for="username">Username (email)</label> | Syntax not understood |
| 113 | <input type="text" class="form-control" id="username" name="username"> | Syntax not understood |
| 114 | </div> | Syntax not understood |
| 115 | <div class="form-group"> | Syntax not understood |
| 116 | <label for="password">Password</label> | Syntax not understood |
| 117 | <input type="password" class="form-control" id="password" name="password"> | Syntax not understood |
| 118 | </div> | Syntax not understood |
| 120 | <div class="checkbox"> | Syntax not understood |
| 121 | <label> | Syntax not understood |
| 122 | <input type="checkbox" id="remember_me" name="remember_me" checked="checked"> Remember me | Syntax not understood |
| 123 | </label> | Syntax not understood |
| 124 | </div> | Syntax not understood |
| 125 | <button type="submit" class="btn btn-primary">Log me in</button> | Syntax not understood |
| 126 | </form> | Syntax not understood |
| 127 | <a href="/admin/lostPassword" class="pull-right">I've lost my password</a> | Syntax not understood |
| 128 | </div> | Syntax not understood |
| 129 | </div> | Syntax not understood |
| 130 | </div> | Syntax not understood |
| 131 | </div> | Syntax not understood |
| 132 | </div> | Syntax not understood |
| 134 | </div> | Syntax not understood |
| 136 | <div id="spinner" class="spinner" style="display:none;"> | Unknown directive |
| 138 | </div> | Syntax not understood |
| 139 | <p style="padding-bottom: 40px"></p> | Unknown directive |
| 140 | <script type="text/javascript"> | Syntax not understood |
| 142 | $(function () { | Syntax not understood |
| 143 | $('[data-toggle="tooltip"]').tooltip({html:true}) | Unknown directive |
| 144 | }); | Syntax not understood |
| 146 | </script> | Syntax not understood |
| 148 | </body> | Syntax not understood |
| 149 | </html> | Syntax not understood |
To appear in search results, crawlers need access to your app.
Send Feedback