More Modifications

This commit is contained in:
Mohamad Damaj 2023-02-19 00:31:52 +02:00
parent 4c15de2c37
commit 57c5343687
2 changed files with 3 additions and 3 deletions

View file

@ -12,11 +12,11 @@
</head>
<body>
<?php include '/templates/header.php'; ?>
<?php include '/var/www/html/~mohamad/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/~mohamad/templates/footer.php' ; ?>
</body>
</html>