mirror of https://github.com/Squidex/squidex.git
6 changed files with 28 additions and 19 deletions
@ -1,14 +1,19 @@ |
|||
<!DOCTYPE html> |
|||
<html> |
|||
<head> |
|||
<title>Squidex - Login failed</title> |
|||
<head> |
|||
<base href="/"> |
|||
|
|||
<meta charset="UTF-8"> |
|||
<meta name="viewport" content="width=device-width, initial-scale=1"> |
|||
|
|||
<title>Squidex - Login failed</title> |
|||
|
|||
<link href="/styles/static.css" rel="stylesheet" /> |
|||
</head> |
|||
<body> |
|||
<h1>Login failed</h1> |
|||
<p> |
|||
We are really sorry, something failed when you tried to login. |
|||
</p> |
|||
</body> |
|||
<link href="/styles/static.css" rel="stylesheet" /> |
|||
</head> |
|||
<body> |
|||
<h1>Login failed</h1> |
|||
<p> |
|||
We are really sorry, something failed when you tried to login. |
|||
</p> |
|||
</body> |
|||
</html> |
|||
Loading…
Reference in new issue