-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
24 lines (24 loc) · 866 Bytes
/
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
<!DOCTYPE html>
<html lang="it">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="Fontawesome/css/all.min.css">
<link rel="stylesheet" href="animate.min.css">
<title>La Milano che non conosci</title>
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,400i,700,900&display=swap" rel="stylesheet">
<!-- <link rel="stylesheet" href="script.js"> -->
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="page" id="error-page">
<div class="content">
<h1>404</h1>
<h2>Page not found</h2>
<p>I tried to catch some fog, but i mist</p>
<a href="index.html">back to home</a>
</div>
</div>
</body>
</html>