fixed the <html> and <body> tags in all views

This commit is contained in:
2025-07-07 08:42:26 +02:00
parent 1416fd7fa0
commit 586322a189
7 changed files with 14 additions and 29 deletions

View File

@@ -1,9 +1,6 @@
<!DOCTYPE html>
<html lang="HTML-5">
<?php
include 'Views/header.phtml';
?>
<body>
<div id="wrapper">
<?php
session_start();
@@ -51,6 +48,4 @@ include 'Views/header.phtml';
<?php
include 'Views/footer.phtml';
?>
</body>
</html>