mirror of
https://github.com/jech/galene.git
synced 2024-11-08 17:55:59 +01:00
30 lines
1,014 B
HTML
30 lines
1,014 B
HTML
<!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"/>
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div class="wrapper">
|
|
<div class="landing-page">
|
|
<div class="logo">
|
|
<i class="fas fa-frown" aria-hidden="true"></i>
|
|
</div>
|
|
|
|
<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>
|