-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathWhoniverse.html
68 lines (64 loc) · 2.96 KB
/
Whoniverse.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
65
66
67
68
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Whoniverse</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="WNV">
<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="Autres.html">Retour</a>
</button>
<h1 class="presentation2">Whoniverse</h1>
<p class="presentation2">
Le Whoniverse est la contraction des mots Who et universe (univers) afin de décrire l'univers diégètique de science fiction commun à la série Doctor Who et ses spin-off et regroupe les séries Doctor Who, Torchwood, The Sarah Jane Adventures, Class, Tales of the TARDIS mais aussi les comics, romans, aventures audio et autres dérivés. Ce terme désigne tous les personnages, lieux, objets, relations, races extraterrestres qui peuvent passer d'une série à une autre.
</p>
<div class="flex">
<a href="https://doctorwho.fandom.com/fr/wiki/Doctor_Who">
<img src="images/doctor-who-season-14-fan-casting.jpg" alt="Doctor Who" width="65%" weight="65%">
</a>
<a href="Spin-offs.html">
<img src="images/Spin-offs-d72752d.jpg" alt="Spin-Offs" width="65%" weight="65%">
</a>
<a href="DW Hommages.html" class="Hommage">
<img src="images/photo-collage28629.jpg" alt="Hommages" width="65%" weight="65%">
</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>