harmonisation visuelle
This commit is contained in:
parent
ef38db8421
commit
3a80dd388a
7 changed files with 183 additions and 122 deletions
11
planets.html
11
planets.html
|
|
@ -1,5 +1,6 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
|
|
@ -8,7 +9,8 @@
|
|||
<script src="scripts/planets.js" type="module" defer></script>
|
||||
<title>Planets</title>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<body id="planets">
|
||||
<section class="titre"><a href="index.html">STAR WARS</a></section>
|
||||
<section class="sec-menu">
|
||||
<nav class="nav-menu">
|
||||
|
|
@ -20,10 +22,11 @@
|
|||
</nav>
|
||||
</section>
|
||||
|
||||
<section id="resultats">
|
||||
|
||||
<section id="resultats" class="accordeon">
|
||||
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue