forked from Damaj301damaj/damaj.tech.old.2
Fix: Include paths
This is not ideal, in fact I would propose not using include at all, but I guess as a one-liner this is a functional solution.
This commit is contained in:
parent
1c72401cfd
commit
1b74e277b0
2 changed files with 9 additions and 9 deletions
|
|
@ -3,11 +3,11 @@
|
|||
<head>
|
||||
<title>Damaj301damaj's site</title>
|
||||
<link rel="stylesheet" href="/css/main.css" text="text/css"></link>
|
||||
<?php include '/var/www/html/templates/meta.php' ;?>
|
||||
<?php include '../../templates/meta.php' ;?>
|
||||
</head>
|
||||
<body>
|
||||
<?php include '/var/www/html/templates/header.php' ;?>
|
||||
<?php include '../../templates/header.php' ;?>
|
||||
<font size=25px><b>Coming Soon! (Don't count on it tho)</b></font>
|
||||
<?php include '/var/www/html/templates/footer.php' ;?>
|
||||
<?php include '../../templates/footer.php' ;?>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue