seb-win-refactoring/SafeExamBrowser.Browser/Pages/LoadError.html
2020-03-16 14:20:53 +01:00

15 lines
No EOL
595 B
HTML

<!DOCTYPE html>
<html style="height: 100%; width: 100%">
<head>
<meta charset="utf-8" />
<title>%%TITLE%%</title>
</head>
<body style="background-color: lightgray; display: table; font-family: 'Segoe UI'; height: 98%; text-align: center; width: 99%">
<div style="display: table-cell; vertical-align: middle">
<h1 style="color: red">%%TITLE%%</h1>
<p>%%MESSAGE%%</p>
<p style="font-weight: bold">%%STATUS%%</p>
<button onclick="window.location.replace('%%URL%%')" style="cursor: pointer">&#x21BB; %%RETRY_BUTTON%%</button>
</div>
</body>
</html>