Delete old site, add a circle pfp and fix issue.

This commit is contained in:
Mohamad Damaj 2023-05-05 22:56:40 +03:00
parent 1e5d51a46b
commit 78c0838067
13 changed files with 33 additions and 94 deletions

View file

@ -2,7 +2,7 @@
<html lang="en-us" xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="utf-8">
<title>damaj.gq</title>
<title>damaj.tech</title>
<link rel="stylesheet" href="/css/main.css">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta content="damaj.tech" property="og:title" />

View file

@ -2,7 +2,7 @@
<html lang="en-us" xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="utf-8">
<title>damaj.gq</title>
<title>damaj.tech</title>
<link rel="stylesheet" href="/css/main.css">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta content="damaj.tech" property="og:title" />
@ -11,10 +11,10 @@
<meta content="#FD7717" data-react-helmet="true" name="theme-color" />
</head>
<body>
<?php include '/var/www/html/~mohamad/templates/header.php'; ?>
<?php include '/templates/header.php'; ?>
<p>If you ever need to contact me to chat or fix an issue, you can email me <a href="mailto:mohamad301damaj@duck.com">here</a> , or you can add me on Discord "Damaj301damaj#7279", It would be nice to talk :).</p>
<p>If you ever need to contact me to chat or fix an issue, you can email me <a href="mailto:mohamad301damaj@duck.com">here</a> , or you can chat with me on <a href="https://matrix.to/#/@mohamad%2fdamaj.tech">Matrix!</a>, It would be nice to talk :).</p>
<p>You may find me elsewhere too!</p>
<?php include '/var/www/html/~mohamad/templates/footer.php' ; ?>
<?php include '/templates/footer.php' ; ?>
</body>
</html>

View file

@ -12,11 +12,11 @@
</head>
<body>
<?php include '/var/www/html/~mohamad/templates/header.php'; ?>
<?php include '/templates/header.php'; ?>
<h1>Checkout my other websites :D<h1>
<p> <a href=https://free-wii-u.gq>free-wii-u.gq</a>
<p> <a href=https://soystemd.gq>soystemd.gq</a> </p>
<?php include '/var/www/html/~mohamad/templates/footer.php' ; ?>
<?php include '/templates/footer.php' ; ?>
</body>
</html>