Add basic stuff

This commit is contained in:
Mohamad Damaj 2023-06-22 20:42:58 +00:00
parent 7253adfe2a
commit bd97124e0a
5 changed files with 472 additions and 474 deletions

View file

@ -3,7 +3,7 @@
<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" />
@ -12,6 +12,10 @@
</head> </head>
<body> <body>
<p> NOPE!, go back <a href=/index.php>home</a> or i will haunt your dreams.</p> <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> </body>
</html>

View file

@ -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>