Fix up absolute directories
This commit is contained in:
parent
b432accf42
commit
b8cf9f82df
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue