mirror of https://github.com/status-im/fathom.git
19 lines
550 B
HTML
19 lines
550 B
HTML
<!DOCTYPE html>
|
|
<html class="no-js" lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Not found - Fathom</title>
|
|
<link href="/assets/css/styles.css" rel="stylesheet">
|
|
<link rel="icon" type="image/png" sizes="32x32" href="/assets/img/favicon.png">
|
|
</head>
|
|
<body class="404">
|
|
<div class="login-page flex-rapper">
|
|
<div>
|
|
<h1>Page not found</h1>
|
|
<p>Sorry, it seems that the requested page does not exist.</p>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|