From 5c2f844bd9ba9d567a875bbdae4ea92e6c4546ce Mon Sep 17 00:00:00 2001
From: filippo.bertilotti <filippobertilotti@gmail.com>
Date: Thu, 18 Apr 2024 11:21:13 +0200
Subject: [PATCH] aggiunta multipagina con header e footer

---
 esercizio04.html |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/esercizio04.html b/esercizio04.html
index be78a89..8f5edff 100644
--- a/esercizio04.html
+++ b/esercizio04.html
@@ -7,11 +7,11 @@
 </head>
 <body>
     <header style=background-color:aqua>
-        <h1>Test Header</h1>
-        <a href="">Test1</a>
-        <a href="">Test2</a>
-        <a href="">Test3</a>
-        <a href="">Test4</a>
+        <h1>Gatti carini</h1>
+        <a href="esercizio04.html">Home</a>
+        <a href="gattosiamese.html">GattoSiamese</a>
+        <a href="gattoscottishfold.html">ScottishFold</a>
+        <a href="gattopersiano.html">GattoPersiano</a>
     </header>
     
     <main>

--
Gitblit v1.8.0