From 00020105aaf49fc89e1948337f217e3a2bf3a78b Mon Sep 17 00:00:00 2001
From: filippo.bertilotti <filippobertilotti@gmail.com>
Date: Tue, 14 May 2024 09:51:54 +0200
Subject: [PATCH] divisione header e body e creazione shared con header.php (parte 79)

---
 views/Products/index.php |    7 -------
 1 files changed, 0 insertions(+), 7 deletions(-)

diff --git a/views/Products/index.php b/views/Products/index.php
index 70cb0a1..d7b7dde 100644
--- a/views/Products/index.php
+++ b/views/Products/index.php
@@ -1,10 +1,3 @@
-<!DOCTYPE html>
-<html lang="en">
-<head>
-    <meta charset="UTF-8">
-    <meta name="viewport" content="width=device-width, initial-scale=1.0">
-    <title>Products</title>
-</head>
 <body>
     <h1>Products</h1>
     <?php foreach ($products as $product): ?>

--
Gitblit v1.8.0