-
Notifications
You must be signed in to change notification settings - Fork 10
/
404.html
35 lines (31 loc) · 1.49 KB
/
404.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<!DOCTYPE html>
<html lang="{{ .Site.Language.Lang }}">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>404 - Page not found</title>
<!-- Google font -->
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,900" rel="stylesheet">
<!-- Custom stlylesheet -->
<link type="text/css" rel="stylesheet" href="/_assets/404/404.css" />
</head>
<body>
<div id="notfound">
<div class="notfound">
<div class="notfound-404">
<h1>Oops!</h1>
</div>
<h2>404 - Pagina non trovata</h2>
<p>La pagina che stai cercando potrebbe essere stata rimossa, il suo nome è stato cambiato o è
temporaneamente non disponibile.</p>
<p><a href="/">Torna alla homepage</a></p>
<p>
<a
href="https://github.com/sapienzastudentsnetwork/sapienzastudentsnetwork.github.io/issues/new?title=[BUG]%20Per%20favore%20scegli%20un%20titolo%20per%20la%20tua%20segnalazione&body=Per%20favore%20descrivi%20il%20problema%20nel%20dettaglio%20qui.%20Grazie%20in%20anticipo%20:)">Segnala
un problema</a>
</p>
</div>
</div>
</body> <!-- This template was made by Colorlib (https://colorlib.com) -->
</html>