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