first commit

This commit is contained in:
Emanuele Slusarz
2026-08-22 11:15:29 +02:00
commit ec30fb40b9
38 changed files with 3723 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
<?php
$pageTitle = $pageTitle ?? "Delivery";
$basePath = $basePath ?? "..";
?>
<!DOCTYPE html>
<html lang="it">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title><?= e($pageTitle) ?> - Delivery</title>
<link rel="stylesheet" href="<?= e($basePath) ?>/css/bootstrap.min.css">
</head>
<body class="bg-light">
<?php require __DIR__ . "/navbar.php"; ?>
<main class="container py-4">