Fix up absolute directories
This commit is contained in:
parent
b432accf42
commit
b8cf9f82df
|
@ -3,11 +3,11 @@
|
||||||
<head>
|
<head>
|
||||||
<title>Damaj301damaj's site</title>
|
<title>Damaj301damaj's site</title>
|
||||||
<link rel="stylesheet" href="/css/main.css" text="text/css"></link>
|
<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>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<?php include '/templates/header.php' ;?>
|
<?php include '/var/www/html/templates/header.php' ;?>
|
||||||
<p>Hello World!</p>
|
<p>Hello World!</p>
|
||||||
<?php include '/templates/footer.php' ;?>
|
<?php include '/var/www/html/templates/footer.php' ;?>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Reference in New Issue