1
Fork 0
galene/static/404.html

31 lines
1014 B
HTML
Raw Permalink Normal View History

2020-09-11 15:55:53 +02:00
<!DOCTYPE html>
<html lang="en">
<head>
<title>Page not Found</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="/common.css">
<link rel="stylesheet" type="text/css" href="/404.css"/>
<link rel="author" href="https://www.irif.fr/~jch/"/>
<link rel="stylesheet" type="text/css" href="/external/fontawesome/css/fontawesome.min.css"/>
<link rel="stylesheet" type="text/css" href="/external/fontawesome/css/solid.min.css"/>
<link rel="stylesheet" type="text/css" href="/external/fontawesome/css/regular.min.css"/>
2020-09-11 15:55:53 +02:00
</head>
<body>
<div class="wrapper">
<div class="landing-page">
<div class="logo">
<i class="fas fa-frown" aria-hidden="true"></i>
</div>
2020-09-11 15:55:53 +02:00
<h1> Page not found!</h1>
<p> We can't find the page you're looking for.</p>
<a href="/" class="home-link">Back to home</a>
</div>
</div>
</body>
</html>