16 lines
463 B
PHP
16 lines
463 B
PHP
<!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> |