weblogin1/dynamic/error.hbs
2024-01-09 09:08:07 +01:00

22 lines
703 B
Handlebars

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,minimum-scale=1">
<title>Bánszky Login</title>
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.7.1/css/all.css">
<link href="/style.css" rel="stylesheet" type="text/css">
</head>
<body>
<div class="error">
<h1 style="text-align: center;">
<img src="https://static-00.iconduck.com/assets.00/process-error-symbolic-icon-2048x2048-oqfn9h3m.png" width="48" height="48" style="display: inline-block;">
<span style="position: relative; top: -8px;">Hiba</span>
</h1>
<p style="text-align: center;">
{{error}}
</p>
</div>
</body>
</html>