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>
|
<!DOCTYPE html>
|
||||||
<html lang="en-us" xmlns="http://www.w3.org/1999/xhtml">
|
<html lang="en-us" xmlns="http://www.w3.org/1999/xhtml">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<title>damaj.tech 404!</title>
|
<title>damaj.tech 404!</title>
|
||||||
<link rel="stylesheet" href="../css/main.css">
|
<link rel="stylesheet" href="/css/main.css">
|
||||||
<meta content="damaj.tech" property="og:title" />
|
<meta content="damaj.tech" property="og:title" />
|
||||||
<meta content="404 not found!" property="og:description" />
|
<meta content="404 not found!" property="og:description" />
|
||||||
<meta content="https://damaj.tech" property="og:url" />
|
<meta content="https://damaj.tech" property="og:url" />
|
||||||
<meta content="#FD7717" data-react-helmet="true" name="theme-color" />
|
<meta content="#FD7717" data-react-helmet="true" name="theme-color" />
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
<p> NOPE!, go back <a href=/index.php>home</a> or i will haunt your dreams.</p>
|
<div class="container">
|
||||||
</body>
|
<h1>404 Error</h1>
|
||||||
</html>
|
<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>
|
<changefreq>monthly</changefreq>
|
||||||
<priority>1.0</priority>
|
<priority>1.0</priority>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
|
||||||
<loc>https://damaj.tech/site/contact.php</loc>
|
|
||||||
<lastmod>2022-12-27</lastmod>
|
|
||||||
<changefreq>monthly</changefreq>
|
|
||||||
<priority>0.4</priority>
|
|
||||||
</url>
|
|
||||||
<url>
|
<url>
|
||||||
<loc>https://damaj.tech/stuff</loc>
|
<loc>https://damaj.tech/stuff</loc>
|
||||||
<lastmod>2022-12-27</lastmod>
|
<lastmod>2022-12-27</lastmod>
|
||||||
|
|
Reference in a new issue