Add basic stuff
This commit is contained in:
parent
7253adfe2a
commit
bd97124e0a
5 changed files with 472 additions and 474 deletions
22
404.html
22
404.html
|
@ -1,17 +1,21 @@
|
|||
<!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">
|
||||
<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>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<p> NOPE!, go back <a href=/index.php>home</a> or i will haunt your dreams.</p>
|
||||
</body>
|
||||
</html>
|
||||
<div class="container">
|
||||
<h1>404 Error</h1>
|
||||
<p>Sorry, the page you are looking for could not be found.</p>
|
||||
<p>Please go back to the <a href="/index.php">homepage</a>.</p>
|
||||
</div>
|
||||
|
||||
</body>
|
|
@ -6,12 +6,6 @@
|
|||
<changefreq>monthly</changefreq>
|
||||
<priority>1.0</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://damaj.tech/site/contact.php</loc>
|
||||
<lastmod>2022-12-27</lastmod>
|
||||
<changefreq>monthly</changefreq>
|
||||
<priority>0.4</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://damaj.tech/stuff</loc>
|
||||
<lastmod>2022-12-27</lastmod>
|
||||
|
|
Reference in a new issue