- 扫描 ID:
- 766ccab5-2a39-4c5f-b2c5-3cecf3864efd已完成
- 提交的 URL:
- https://fortvx.com/
- 报告完成时间:
链接 · 找到 0 个
从页面中识别出的传出链接
JavaScript 变量 · 找到 5 个
在页面窗口对象上加载的全局 JavaScript 变量是在函数外部声明的变量,可以从当前范围内的代码中的任何位置访问
名称 | 类型 |
---|---|
onbeforetoggle | object |
documentPictureInPicture | object |
onscrollend | object |
mobileAdaptation | function |
appHeight | function |
控制台日志消息 · 找到 1 条
记录到 Web 控制台的消息
类型 | 类别 | 记录 |
---|---|---|
error | network |
|
HTML
页面的原始 HTML 正文
<!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>