Aggiornata la relazione PM

This commit is contained in:
2025-10-15 22:11:15 +02:00
parent ae832fa3cf
commit 02fc886510

View File

@@ -50,11 +50,11 @@ Inoltre, per garantire una navigazione ottimale anche da dispositivi mobili, son
### Screenshot ### Screenshot
![Screenshot PizzaWeb](https://ctf.francescomancuso.it/tpsit/pizzeriaWeb/screenshot.png) ![Screenshot PizzaWeb](https://ctf.francescomancuso.it/webserver/tpsit/pizzeriaWeb/screenshot.png)
### Versione online ### Versione online
La versione online è consultabile dall'URL <a href="https://ctf.francescomancuso.it/tpsit/pizzeriaWeb/" target="_blank">ctf.francescomancuso.it/tpsit/pizzeriaWeb/</a> La versione online è consultabile dall'URL <a href="https://ctf.francescomancuso.it/webserver/tpsit/pizzeriaWeb/" target="_blank">ctf.francescomancuso.it/webserver/tpsit/pizzeriaWeb</a>
### Struttura del progetto ### Struttura del progetto
@@ -90,17 +90,38 @@ La versione online è consultabile dall'URL <a href="https://ctf.francescomancus
│ ├───bibite │ ├───bibite
│ │ acqua-frizzante.webp │ │ acqua-frizzante.webp
│ │ acqua-naturale.webp │ │ acqua-naturale.webp
│ │ birra-becks.webp
│ │ birra-corona.webp
│ │ birra-grande.webp │ │ birra-grande.webp
│ │ birra-ichnusa.webp
│ │ birra-leffe-rossa.webp
│ │ birra-nastro-azzurro.webp
│ │ birra-piccola.webp │ │ birra-piccola.webp
│ │ birra-tennents.webp
│ │ birra-tuborg.webp
│ │ cocacola-zero.webp │ │ cocacola-zero.webp
│ │ cocacola.webp │ │ cocacola.webp
│ │ fanta.webp │ │ fanta.webp
│ │ sprite.webp │ │ sprite.webp
│ │ │ │
│ ├───dolci │ ├───dolci
| | ... cannolo_sbriciolato.webp
│ │ crostata_alla_frutta.jpg
│ │ tartufo_di_pizzo.jpg
│ │ tiramisu.jpg
│ │
│ └───pizze │ └───pizze
| ... bufalina.webp
│ crazy-wurstel.webp
│ margherita.webp
│ mortazza.webp
│ new-mexico.webp
│ pistacchiosa.webp
│ porchettosa.webp
│ rondine.webp
│ tropeana.webp
│ zuccotta.webp
└───js └───js
script.js script.js
``` ```