-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
26 lines (26 loc) · 1.15 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>FURIOSA 3D Animated Poster</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<main>
<article id="furiosa_poster">
<header id="furiosa_poster__header">
<h1 id="furiosa_poster__header__title" data-title="FURIOSA">FURIOSA</h1>
</header>
<p id="furiosa_poster__anya">Anya Taylor-Joy</p>
<p id="furiosa_poster__chris">Chris Hemsworth</p>
<p id="furiosa_poster__george">From mastermind <strong>George Miller</strong></p>
<p id="furiosa_poster__mad_max_saga"><span data-title="A Mad">A Mad</span> <span data-title="Max Saga">Max Saga</span></p>
<img id="furiosa_poster__front_image" src="https://cdn.jsdelivr.net/gh/olivier3lanc/cinematics-resources@master/furiosa/medias/furiosa_front.webp" alt="Furiosa Front image">
</article>
</main>
<nav>
<a href="https://www.furiosaamadmaxsaga.com/" target="_blank">Official page</a>
</nav>
</body>
</html>