This repository has been archived on 2024-03-30. You can view files and clone it, but cannot push or open issues or pull requests.
damaj.tech.old/404.html

18 lines
609 B
HTML
Raw Normal View History

2022-12-19 21:22:15 +00:00
<!DOCTYPE html>
<html lang="en-us" xmlns="http://www.w3.org/1999/xhtml">
<head>
2022-12-21 16:24:17 +00:00
<meta charset="utf-8">
2023-02-17 19:27:44 +00:00
<title>damaj.tech 404!</title>
2022-12-19 21:22:15 +00:00
<link rel="stylesheet" href="../css/main.css">
2023-02-17 19:27:44 +00:00
<meta content="damaj.tech" property="og:title" />
2022-12-21 16:24:17 +00:00
<meta content="404 not found!" property="og:description" />
2023-02-17 19:27:44 +00:00
<meta content="https://damaj.tech" property="og:url" />
2022-12-21 16:24:17 +00:00
<meta content="#FD7717" data-react-helmet="true" name="theme-color" />
2022-12-19 21:22:15 +00:00
</head>
<body>
<p> NOPE!, go back <a href=/index.php>home</a> or i will haunt your dreams.</p>
</body>
</html>