fix a few bugs

This commit is contained in:
speedie 2022-11-27 12:55:09 +01:00
parent 0a6d002204
commit 29b0797971
2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head> <head>
<?php include '/php/header.php';?> <?php include '../php/header.php';?>
<title>speedwm</title> <title>speedwm</title>
<meta charset="UTF-8"> <meta charset="UTF-8">
<meta name="description" content="speedie's fork of suckless.org's dwm"> <meta name="description" content="speedie's fork of suckless.org's dwm">

View file

@ -3,7 +3,7 @@
</div> </div>
</body> </body>
<footer> <footer>
<?php include '/php/footer.php';?> <?php include '../php/footer.php';?>
</footer> </footer>
</html> </html>