Aggiunte pagine "actors" e "genres"
All checks were successful
Deploy / trigger (push) Successful in 2s

This commit is contained in:
2026-04-12 21:08:28 +02:00
parent 7e82049d57
commit 8cd10b102b
10 changed files with 267 additions and 6 deletions

View File

@@ -7,6 +7,7 @@
<title>The NoSpace Cinema</title>
<!--- www.francescomancuso.it -->
<link rel="stylesheet" href="style.css">
<link rel="icon" href="favicon.png">
</head>
<body>
@@ -47,6 +48,20 @@
</div>
</a>
</div>
<div class="grid" style="margin-top: 2rem;">
<a href="actors/">
<div class="card">
<img src="attore-list.png">
<h2>Vedi tutti gli attori</h2>
</div>
</a>
<a href="genres/">
<div class="card">
<img src="genere.png">
<h2>Vedi tutti i generi</h2>
</div>
</a>
</div>
</div>
</div>
<footer>