18 lines
609 B
HTML
Executable File
18 lines
609 B
HTML
Executable File
<!DOCTYPE html>
|
|
<html lang="en-us" xmlns="http://www.w3.org/1999/xhtml">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>damaj.tech 404!</title>
|
|
<link rel="stylesheet" href="../css/main.css">
|
|
<meta content="damaj.tech" property="og:title" />
|
|
<meta content="404 not found!" property="og:description" />
|
|
<meta content="https://damaj.tech" property="og:url" />
|
|
<meta content="#FD7717" data-react-helmet="true" name="theme-color" />
|
|
|
|
</head>
|
|
<body>
|
|
|
|
<p> NOPE!, go back <a href=/index.php>home</a> or i will haunt your dreams.</p>
|
|
</body>
|
|
</html>
|