25 lines
686 B
PHP
25 lines
686 B
PHP
<!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>
|