its time for an update!

Integrate a blog service.
This commit is contained in:
Mohamad Damaj 2023-06-23 12:23:52 +03:00 committed by GitHub
parent 5bae8550a8
commit 8d5011b431
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
17 changed files with 1295 additions and 716 deletions

View file

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