This repository has been archived on 2025-03-12. You can view files and clone it, but cannot push or open issues or pull requests.
asklyphe-frontend/templates/404.html

23 lines
635 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>AskLyphe - Not Found</title>
<link rel="search"
type="application/opensearchdescription+xml"
title="AskLyphe"
href="/static/osd.xml" />
<link rel="stylesheet" href="/static/themes/default/shell.css" />
<link rel="stylesheet" href="/static/themes/default/404.css" />
</head>
<body>
<h1>404 - Not Found</h1>
<p>lyphe couldn't find the requested page :(</p>
<a href="/">back to frontpage!</a>
<img src="/static/img/404.png"/>
</body>
</html>