From 0132c31c85615614dd92111d485099902272f9dc Mon Sep 17 00:00:00 2001 From: Sana EL HIRI Date: Wed, 20 Oct 2021 09:40:36 +0200 Subject: [PATCH] le push du matin --- planetes.html | 1 + scripts/planetes.js | 24 ++++++++++++++---------- 2 files changed, 15 insertions(+), 10 deletions(-) diff --git a/planetes.html b/planetes.html index efb0f90..8a219d7 100644 --- a/planetes.html +++ b/planetes.html @@ -18,6 +18,7 @@
  • Planètes
  • +

    Planètes

    diff --git a/scripts/planetes.js b/scripts/planetes.js index 0061b81..0143954 100644 --- a/scripts/planetes.js +++ b/scripts/planetes.js @@ -45,34 +45,38 @@ async function getPlanets() {

    ORBITAL :

    ${ORBITAL_PERIOD}

    -
    +

    Diameter :

    ${DIAMETER}

    -
    +

    Climate :

    ${CLIMATE}

    -
    +

    Gravity :

    ${GRAVITY}

    -
    +

    Terrain :

    ${TERRAIN}

    -
    +

    Surface water :

    ${SURFACE_WATER}

    -
    +

    Population :

    ${POPULATION}

    - -
    - -
    +
    + +
    +
    +
    + +
    +
    `;