mirror of
https://github.com/OpenXE-org/OpenXE.git
synced 2024-11-15 12:37:14 +01:00
19 lines
693 B
Smarty
19 lines
693 B
Smarty
<!DOCTYPE html>
|
|
<html lang="de">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<meta http-equiv="Content-Security-Policy" content="default-src 'self';">
|
|
<title>Xentral Login</title>
|
|
<link rel="stylesheet" href="themes/new/css/login.css?v=2">
|
|
</head>
|
|
<body>
|
|
<div class="permission-box">
|
|
<h1>LOGIN Xentral</h1>
|
|
<p class="error">Sie haben nicht das Recht auf diese Seite zugreifen zu dürfen!</p>
|
|
<p><a href="BACK" class="btn btn-primary">Zurück zur vorherigen Seite</a></p>
|
|
<p><a href="index.php?module=welcome&action=logout" class="btn btn-secondary">Erneut einloggen</a></p>
|
|
</div>
|
|
</body>
|
|
</html>
|