-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathUncharted.html
30 lines (27 loc) · 1.52 KB
/
Uncharted.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8">
<title>Netflux_fr</title>
<link rel="icon" type="image/png" href="Netflix-new-icon.png" />
<link rel="stylesheet" href="Projet.css">
<script src="Projet.js"></script>
</head>
<body>
<a href="Netflux_fr.html"><img src="NETFLUX.png" alt="le logo ne peut pas se charger" class="movie_title" /></a>
<h1 class="titre">Uncharted</h1>
<div class="img"><img src="Affiches/Uncharted.jpeg" alt="Affiche"></div>
<div class="synopsis">Synopsis : <br><br>Le chasseur de trésors Victor Sully Sullivan recrute Nathan Drake pour l'aider à récupérer une fortune vieille de 500 ans amassée par l'explorateur Ferdinand Magellan. Ce qui commence comme un cambriolage devient rapidement une
course de globe-trotters pour atteindre le prix avant que l'impitoyable Santiago Moncada ne puisse mettre la main dessus.</div>
<div class="Cine"><video src="BandeAnnonceFR/Uncharted.mp4" controls></video></div>
<p class="reservation">Réservez votre place <a href="https://www.allocine.fr/film/fichefilm_gen_cfilm=186437.html">ici</a></p>
<br><br><br><br><br><br><br><br><br><br><br>
<footer>
<h3>Antoine DAO & Yann GOETGHELUCK</h3>
<a href="Contact.html">Contact</a>
<a href="pages_info_legales.html">Page d'informations légales</a>
<a href="mentions_legales.html">Mentions légales</a>
<a href="Conditions_utilisation.html">Conditions d'utilisation</a>
</footer>
</body>
</html>