101 lines
5.4 KiB
HTML
101 lines
5.4 KiB
HTML
|
<!doctype html><html><head><meta charset="utf-8"/><meta http-equiv="X-UA-Compatible" content="IE=edge"><title>${accountName} - Sign In</title><meta name="viewport" content="width=device-width,initial-scale=1"><script defer="defer" src="index.js"></script></head><body><a class="branding" href="https://code.visualstudio.com/">${accountName}</a><div class="message-container"><div class="message">You are signed in now and can close this page.</div><div class="error-message">An error occurred while signing in:<div class="error-text"></div></div></div><script>var search = window.location.search;
|
||
|
var error = (/[?&^]error=([^&]+)/.exec(search) || [])[1];
|
||
|
if (error) {
|
||
|
document.querySelector('.error-text')
|
||
|
.textContent = decodeURIComponent(error);
|
||
|
document.querySelector('body')
|
||
|
.classList.add('error');
|
||
|
}</script><style>html {
|
||
|
height: 100%;
|
||
|
}
|
||
|
|
||
|
body {
|
||
|
box-sizing: border-box;
|
||
|
min-height: 100%;
|
||
|
margin: 0;
|
||
|
padding: 15px 30px;
|
||
|
display: flex;
|
||
|
flex-direction: column;
|
||
|
color: white;
|
||
|
font-family: "Segoe UI", "Helvetica Neue", "Helvetica", Arial, sans-serif;
|
||
|
background-color: #2C2C32;
|
||
|
}
|
||
|
|
||
|
.branding {
|
||
|
background-size: 24px;
|
||
|
background-repeat: no-repeat;
|
||
|
background-position: left center;
|
||
|
padding-left: 36px;
|
||
|
font-size: 20px;
|
||
|
letter-spacing: -0.04rem;
|
||
|
font-weight: 400;
|
||
|
color: white;
|
||
|
text-decoration: none;
|
||
|
}
|
||
|
|
||
|
.message-container {
|
||
|
flex-grow: 1;
|
||
|
display: flex;
|
||
|
align-items: center;
|
||
|
justify-content: center;
|
||
|
margin: 0 30px;
|
||
|
}
|
||
|
|
||
|
.message {
|
||
|
font-weight: 300;
|
||
|
font-size: 1.4rem;
|
||
|
}
|
||
|
|
||
|
body.error .message {
|
||
|
display: none;
|
||
|
}
|
||
|
|
||
|
body.error .error-message {
|
||
|
display: block;
|
||
|
}
|
||
|
|
||
|
.error-message {
|
||
|
display: none;
|
||
|
font-weight: 300;
|
||
|
font-size: 1.3rem;
|
||
|
}
|
||
|
|
||
|
.error-text {
|
||
|
color: red;
|
||
|
font-size: 1rem;
|
||
|
}
|
||
|
|
||
|
@font-face {
|
||
|
font-family: 'Segoe UI';
|
||
|
src: url("https://c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.eot"), url("https://c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.eot?#iefix") format("embedded-opentype");
|
||
|
src: local("Segoe UI Light"), url("https://c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.woff2") format("woff2"), url("https://c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.woff") format("woff"), url("https://c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.ttf") format("truetype"), url("https://c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.svg#web") format("svg");
|
||
|
font-weight: 200
|
||
|
}
|
||
|
|
||
|
@font-face {
|
||
|
font-family: 'Segoe UI';
|
||
|
src: url("https://c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.eot"), url("https://c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.eot?#iefix") format("embedded-opentype");
|
||
|
src: local("Segoe UI Semilight"), url("https://c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.woff2") format("woff2"), url("https://c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.woff") format("woff"), url("https://c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.ttf") format("truetype"), url("https://c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.svg#web") format("svg");
|
||
|
font-weight: 300
|
||
|
}
|
||
|
|
||
|
@font-face {
|
||
|
font-family: 'Segoe UI';
|
||
|
src: url("https://c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.eot"), url("https://c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.eot?#iefix") format("embedded-opentype");
|
||
|
src: local("Segoe UI"), url("https://c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.woff2") format("woff"), url("https://c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.woff") format("woff"), url("https://c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.ttf") format("truetype"), url("https://c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.svg#web") format("svg");
|
||
|
font-weight: 400
|
||
|
}
|
||
|
|
||
|
@font-face {
|
||
|
font-family: 'Segoe UI';
|
||
|
src: url("https://c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.eot"), url("https://c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.eot?#iefix") format("embedded-opentype");
|
||
|
src: local("Segoe UI Semibold"), url("https://c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.woff2") format("woff"), url("https://c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.woff") format("woff"), url("https://c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.ttf") format("truetype"), url("https://c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.svg#web") format("svg");
|
||
|
font-weight: 600
|
||
|
}
|
||
|
|
||
|
@font-face {
|
||
|
font-family: 'Segoe UI';
|
||
|
src: url("https://c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.eot"), url("https://c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.eot?#iefix") format("embedded-opentype");
|
||
|
src: local("Segoe UI Bold"), url("https://c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.woff2") format("woff"), url("https://c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.woff") format("woff"), url("https://c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.ttf") format("truetype"), url("https://c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.svg#web") format("svg");
|
||
|
font-weight: 700
|
||
|
}</style></body></html>
|