add chat user roles and logout
This commit is contained in:
@@ -6,19 +6,20 @@
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
<link href="{{ asset('assets/styles/bootstrap.min.css') }}" rel="stylesheet">
|
||||
<link rel="stylesheet" href="{{ asset('assets/styles/base.css') }}">
|
||||
<link rel="shortcut icon" href="https://www.mitho-media.de/media/fc/16/42/1667224106/favicon.ico?ts=1767609928">
|
||||
</head>
|
||||
<body class="bg-black text-light">
|
||||
|
||||
<div class="container">
|
||||
<div class="row justify-content-center align-items-center" style="min-height:100vh;">
|
||||
<div class="col-12 col-md-5 col-lg-4">
|
||||
<div class="col-12 col-md-6 col-lg-6">
|
||||
<div class="card bg-black border-secondary text-info">
|
||||
<div class="card-body">
|
||||
<header class="text-center mb-4">
|
||||
<img src="{{ asset('assets/img/logo.png') }}" style="max-width: 100px;" alt="">
|
||||
<h1 class="h5 mt-3 mb-1 text-info">RetrieX Chat</h1>
|
||||
<div class="small text-secondary">Login fuer den Chatbereich</div>
|
||||
<div class="small text-secondary">Login für den Chatbereich</div>
|
||||
</header>
|
||||
|
||||
{% if error %}
|
||||
|
||||
Reference in New Issue
Block a user