it's the end for Sana
This commit is contained in:
parent
96a83927db
commit
1411411d48
4 changed files with 48 additions and 12 deletions
|
|
@ -126,7 +126,7 @@ async function getFilms(liste,div) {
|
|||
const film = await films.json();
|
||||
//console.log(film);
|
||||
|
||||
document.getElementById(div).innerHTML += `<h2>${film.title}</h2>`;
|
||||
document.getElementById(div).innerHTML += `<p>${film.title}</p>`;
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -35,7 +35,7 @@ async function getPlanets() {
|
|||
<p>${ROTATION_PERIOD}</p>
|
||||
</div>
|
||||
<div class="data">
|
||||
<h3>ORBITAL :</h3>
|
||||
<h3>Orbital :</h3>
|
||||
<p>${ORBITAL_PERIOD}</p>
|
||||
</div>
|
||||
<div class="data">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue