14 lines
475 B
HTML
14 lines
475 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>
|
|||
|
</div>
|
|||
|
</body>
|
|||
|
</html>
|