-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSpin-offs.html
64 lines (61 loc) · 2.54 KB
/
Spin-offs.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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Spin-Offs</title>
<meta name="description" content="Voici mon fansite">
<link rel="stylesheet" href="fansite.css">
<link rel="icon" href="images/icon.jpg" type="image/x-icon">
</head>
<body class="SO">
<header>
<nav class="header">
<ul>
<a href="fansite.html" class="index"> <strong> Home </strong> </a>
</ul>
<ul>
<a href="DC.html" class="index"> <strong> DC </strong> </a>
</ul>
<ul>
<a href="Marvel.html" class="index" class="dropdownbtn"> <strong> Marvel</strong> </a>
</ul>
<ul>
<a href="contact.html" class="index"> <strong> Contact </strong> </a>
</ul>
<ul>
<input id="searchbar" onkeyup="Recherche()" type="text" name="search" placeholder="" class="test"
</ul>
</nav>
</header>
<main>
<button>
<a href="Whoniverse.html">Retour</a>
</button>
<h1 class="presentation2">Spin-Offs</h1>
<div class="flex">
<a href="https://doctorwho.fandom.com/fr/wiki/Torchwood_(série_télévisée)">
<img src="images/84475d25d9a895f20041aaa74bf2b7398093bd24-df52fda.jpg" alt="Torchwood" width="85%" weight="75%">
</a>
<a href="https://doctorwho.fandom.com/fr/wiki/The_Sarah_Jane_Adventures_(série_télévisée)">
<img src="images/1-593544864.jpg" alt="Spin-Offs" width="65%" weight="65%">
</a>
<a href="https://doctorwho.fandom.com/fr/wiki/Class_(série_télévisée)">
<img src="images/class.jpg" alt="Hommages" width="55%" weight="55%">
</a>
</div>
<hr align="center" width="100%" class="hr">
<div class="center2">
<img src="images/05ffg2iryk651.jpg" alt="Multiverse" width="25%" weight="25%">
</div>
</main>
<footer>
<nav class="footer">
<a href="fansite.html" class="index2"> <strong> Home </strong> </a>
<a href="Marvel.html" class="index2"> <strong> Marvel </strong> </a>
<a href="Autres.html" class="index2"> <strong> Autres</strong> </a>
<a href="contact.html" class="index2"> <strong> Contact </strong> </a>
</nav>
</footer>
</body>
</html>