https://fortvx.com/

ID de l'analyse :
766ccab5-2a39-4c5f-b2c5-3cecf3864efdTerminée
URL soumise :
https://fortvx.com/
Fin du rapport :

Liens : 0 trouvé(s)

Liens sortants identifiés à partir de la page

Variables JavaScript : 5 trouvée(s)

Les variables JavaScript globales chargées dans l'objet fenêtre d'une page sont des variables déclarées en dehors des fonctions et accessibles depuis n'importe quel endroit du code au sein du champ d'application actuel

Messages de journal de console : 1 trouvé(s)

Messages consignés dans la console web

HTML

Le corps HTML de la page en données brutes

<!DOCTYPE html><html lang="en" style="--app-height: 600px;"><head>
   <meta charset="UTF-8">
   <meta http-equiv="X-UA-Compatible" content="IE=edge">
   <meta name="viewport" content="width=device-width, initial-scale=1.0">
   <title>Check the value of your inventory - Fortnite</title>
   <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
   <link rel="stylesheet" href="css/reset.css">
   <link rel="stylesheet" href="css/style.css">
</head>
<body>
   <div class="content">
      <div class="first-screen">
         <header class="header">
            <div class="container">
               <div class="header__inner">
                  <a href="/" class="header__logo">
                     <img src="/img/fortnite-logo.svg" alt="logotype" class="header__logo-img">
                  </a>
                  <nav class="header__menu">
                     <ul class="header__menu-list">
                        <li class="header__menu-item">
                           <a href="/id/login" class="header__menu-link">
                              Value
                           </a>
                        </li>
                        <li class="header__menu-item">
                           <a href="/id/login" class="header__menu-link">
                              Battle Pass
                           </a>
                        </li>
                        <li class="header__menu-item">
                           <a href="/id/login" class="header__menu-link">
                              V-bucks
                           </a>
                        </li>
                        <li class="header__menu-item">
                           <a href="/id/login" class="header__menu-link">
                              Items
                           </a>
                        </li>
                     </ul>
                  </nav>
                  <a class="header__menu-btn button" href="/id/login">
                     <span>Inspect value</span>
                  </a>
               </div>
               <div class="header__mobile">
                  <img src="/img/epic-logo.svg" alt="epic game" class="header__mobile-img">
               </div>
            </div>
         </header>
         <div class="container container--full-height">
            <div class="main__inner">
               <section class="info">
                  <div class="info__content">
                     <div class="info__logos">
                        <img src="/img/nintendo.svg">
                        <img src="/img/xbox.svg">
                        <img src="/img/ps.svg">
                        <img src="/img/pc.svg">
                     </div>
                     <span class="info__subtitle">
                        Check the value of your inventory
                     </span>
                     <img src="/img/fortnite-logo.svg" alt="logotype" class="info__logo">
                     <p class="info__text">
                        Here you can check the value of your game inventory, which includes
                        various items such as weapons, equipment, cosmetic items and 
                        other in-game objects. This will allow you to evaluate the value
                        of your collection of items in the game.
                     </p>
                  </div>
                  <div class="info__bottom">
                     <a class="info__btn button" href="/id/login">
                        <span>Check inventory</span>
                     </a>
                  </div>
               </section>
               <section class="cards">
                  <div class="cards__item">
                     <h2 class="cards__item-title">Price of this inventory - 800$</h2>
                     <img src="/img/inventory.jpg" alt="" class="cards__item-img">
                  </div>
                  <div class="cards__item">
                     <h2 class="cards__item-title">Fortnite chapter 5, season 4</h2>
                     <img src="/img/chapter.jpg" alt="" class="cards__item-img">
                  </div>
               </section>
            </div>
         </div>
      </div>
      <section class="inventory-mobile">
         <div class="container">
            <div class="inventory-mobile__inner">
               <h2 class="inventory-mobile__title">PRICE OF THIS INVENTORY - 800$</h2>
               <div class="inventory-mobile__img-wrapper">
                  <img src="/img/inventory.jpg" alt="" class="inventory-mobile__img">
               </div>
               <a href="/id/login" class="inventory-mobile__button button">
                  <span>
                     Inspect value
                  </span>
               </a>
            </div>
         </div>
         <img src="/img/inventory-bg.png" class="inventory-mobile-bg">
      </section>
      <footer class="footer">
         <div class="container">
            <div class="footer__top">
               <a href="/" class="footer__logo">
                  <img src="/img/epic-logo.svg" alt="" class="footer__logo-img">
               </a>
               <div class="footer__socials">
                  <h3 class="footer__socials-title">Social networks</h3>
                  <ul class="footer__socials-list">
                     <li class="footer__socials-item">
                        <a href="#" class="footer__socials-link">
                           <img src="/img/facebook.svg" alt="" class="footer__socials-link-img">
                        </a>
                     </li>
                     <li class="footer__socials-item">
                        <a href="#" class="footer__socials-link">
                           <img src="/img/twitter.svg" alt="" class="footer__socials-link-img">
                        </a>
                     </li>
                     <li class="footer__socials-item">
                        <a href="#" class="footer__socials-link">
                           <img src="/img/youtube.svg" alt="" class="footer__socials-link-img">
                        </a>
                     </li>
                  </ul>
               </div>
            </div>
            <p class="footer__copyright">
               The dimensions of the materials used are <strong>registered trademarks</strong> and/or copyrighted objects of <strong>Epic Games, Inc</strong>. All rights reserved by <strong>Epic</strong>
            </p>
         </div>
      </footer>
   </div>
   <script src="js/main.js"></script>

 </body></html>