test per configurazione ruoli
This commit is contained in:
24
resources/views/errors/403.blade.php
Normal file
24
resources/views/errors/403.blade.php
Normal file
@@ -0,0 +1,24 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en" >
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>Vietato - 403 - Forbidden</title>
|
||||
<meta name=viewport content="width=device-width, initial-scale=1" />
|
||||
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Merriweather:400,400i" />
|
||||
<link rel="stylesheet" href="/css/style.css">
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/prefixfree/1.0.7/prefixfree.min.js"></script>
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<!-- partial:index.partial.html -->
|
||||
<div class="wrapper">
|
||||
<div class="box">
|
||||
<h1>403</h1>
|
||||
<p>Spiacente, non è possibile andare oltre questo punto!</p>
|
||||
<p><a href="/">Prego torna indietro da qui.</a></p>
|
||||
</div>
|
||||
</div>
|
||||
<!-- partial -->
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user