More fixing
This commit is contained in:
parent
78c0838067
commit
acc317a939
|
@ -11,10 +11,10 @@
|
|||
<meta content="#FD7717" data-react-helmet="true" name="theme-color" />
|
||||
</head>
|
||||
<body>
|
||||
<?php include '/templates/header.php'; ?>
|
||||
<?php include '/var/www/html/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 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 '/templates/footer.php' ; ?>
|
||||
<?php include '/var/www/html/templates/footer.php' ; ?>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -12,11 +12,11 @@
|
|||
|
||||
</head>
|
||||
<body>
|
||||
<?php include '/templates/header.php'; ?>
|
||||
<?php include '/var/www/html/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 '/templates/footer.php' ; ?>
|
||||
<?php include '/var/www/html/templates/footer.php' ; ?>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Reference in New Issue