main
Last change
on this file since 5372778 was 5372778, checked in by bube-ristovska <ristovska725@…>, 3 months ago |
Middleware for permissions based on officer, policeman or both
|
-
Property mode
set to
100644
|
File size:
1.5 KB
|
Line | |
---|
1 | <!DOCTYPE html>
|
---|
2 | <html lang="{{ str_replace('_', '-', app()->getLocale()) }}">
|
---|
3 | <head>
|
---|
4 | <meta charset="utf-8">
|
---|
5 | <meta name="viewport" content="width=device-width, initial-scale=1">
|
---|
6 |
|
---|
7 | <title>Laravel</title>
|
---|
8 |
|
---|
9 | <!-- Fonts -->
|
---|
10 | <link rel="preconnect" href="https://fonts.bunny.net">
|
---|
11 | <link href="https://fonts.bunny.net/css?family=figtree:400,600&display=swap" rel="stylesheet" />
|
---|
12 |
|
---|
13 | <!-- Styles -->
|
---|
14 | <style>
|
---|
15 | </style>
|
---|
16 | <script src="https://cdn.tailwindcss.com"></script>
|
---|
17 | </head>
|
---|
18 | <body class="antialiased">
|
---|
19 | <div class="relative sm:flex sm:justify-center sm:items-center min-h-screen bg-dots-darker bg-center bg-gray-100 dark:bg-dots-lighter dark:bg-gray-900 selection:bg-red-500 selection:text-white">
|
---|
20 |
|
---|
21 | <main class="grid min-h-full place-items-center bg-white px-6 py-24 sm:py-32 lg:px-8">
|
---|
22 | <div class="text-center">
|
---|
23 | <p class="text-base font-semibold text-indigo-600">401</p>
|
---|
24 | <h1 class="mt-4 text-3xl font-bold tracking-tight text-gray-900 sm:text-5xl">Немате пермисии за оваа страна</h1>
|
---|
25 | <p class="mt-6 text-base leading-7 text-gray-600">Вратете се назад.</p>
|
---|
26 | <div class="mt-10 flex items-center justify-center gap-x-6">
|
---|
27 | <a href="/" class="rounded-md bg-indigo-600 px-3.5 py-2.5 text-sm font-semibold text-white shadow-sm hover:bg-indigo-500 focus-visible:outline focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-indigo-600">Назад</a>
|
---|
28 | </div>
|
---|
29 | </div>
|
---|
30 | </main>
|
---|
31 | </div>
|
---|
32 | </body>
|
---|
33 | </html>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.