Fix up absolute directories

This commit is contained in:
Mohamad Damaj 2023-12-03 19:49:30 +00:00
parent b432accf42
commit b8cf9f82df
1 changed files with 3 additions and 3 deletions

View File

@ -3,11 +3,11 @@
<head>
<title>Damaj301damaj's site</title>
<link rel="stylesheet" href="/css/main.css" text="text/css"></link>
<?php include '/../../templates/meta.php' ;?>
<?php include '/var/www/html/templates/meta.php' ;?>
</head>
<body>
<?php include '/templates/header.php' ;?>
<?php include '/var/www/html/templates/header.php' ;?>
<p>Hello World!</p>
<?php include '/templates/footer.php' ;?>
<?php include '/var/www/html/templates/footer.php' ;?>
</body>
</html>