aa
This commit is contained in:
16
resources/views/error.blade.php.php
Normal file
16
resources/views/error.blade.php.php
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="it">
|
||||||
|
<head>
|
||||||
|
<meta charset="UTF-8">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
|
<title>Errore</title>
|
||||||
|
<link rel="stylesheet" href="{{ asset('css/app.css') }}">
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<div class="container">
|
||||||
|
<h1>Errore</h1>
|
||||||
|
<p>{{ $message }}</p>
|
||||||
|
<a href="{{ url('http://vps-88271abb.vps.ovh.net/apimacro/public/mylinkspao') }}">Torna alla home</a>
|
||||||
|
</div>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
Reference in New Issue
Block a user