SkirdaElectronLauncher/app/overlay.ejs
2018-04-06 12:33:20 -04:00

7 lines
376 B
Plaintext

<div id="overlayContainer" style="display: none;">
<div id="overlayContent">
<span id="overlayTitle">LOGIN FAILED:<br>INVALID CREDENTIALS</span>
<span id="overlayDesc">Either the email or password you supplied is invalid. Please ensure everything is correct and try again.</span>
<button id="overlayAcknowledge">Try Again</button>
</div>
</div>