Update README

This commit is contained in:
Michał Gdula 2022-09-21 13:37:45 +00:00
parent 5a591c59bc
commit 6755f1af0d
13 changed files with 62 additions and 37 deletions

View file

@ -2,7 +2,7 @@
<html>
<head>
<?php require_once __DIR__."/ui/header.php"; ?>
<?php require_once __DIR__."/assets/ui/header.php"; ?>
</head>
<body>
@ -20,7 +20,7 @@
?>
</div>
<?php require_once __DIR__."/ui/footer.php"; ?>
<?php require_once __DIR__."/assets/ui/footer.php"; ?>
</body>
</html>