https://beplaystore.com/

Submitted URL:
https://beplaystore.com/
Report Finished:

The outgoing links identified from the page

LinkText
https://telegram.org/
https://www.instagram.com/accounts/login/

JavaScript Variables · 8 found

Global JavaScript variables loaded on the window object of a page, are variables declared outside of functions and accessible from anywhere in the code within the current scope

NameType
onbeforetoggleobject
documentPictureInPictureobject
onscrollendobject
nextBannerfunction
previousBannerfunction
updateBannerfunction
fadeOutBannerfunction
fadeInBannerfunction

Console log messages · 0 found

Messages logged to the web console

HTML

The raw HTML body of the page

<!DOCTYPE html><html lang="en"><head>
    <link rel="icon" type="image/svg" href="Favicon.svg">
    <link rel="stylesheet" href="index.css">
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>BePlay</title>
</head>
<body bgcolor="grey">

<header>
    <img src="Sprite1.png" class="delf" style="position: relative;">
    <a href="#" class="BePlay"> BePlay </a>
    
    <div class="button-container">
        <button class="Accounts">
            <a href="Accounts.html"><img src="Polz.png" class="Polz"></a>
        </button>
        <button class="Buy"><img src="Cart.png" class="Cart"></button>
    </div>

    <form>
        <input type="text">
        <button type="submit" class="Search"><img src="Lupa.png" width="20px" height="20px"></button>
    </form>

    <nav class="List">
        <ul>
            <li><a href="#" class="Product">Product</a>
                <ul>
                    <li><a href="#" class="Sub">Keys</a></li>
                    <li><a href="#" class="Sub">Accounts</a></li>
                </ul>
            </li>
            <li><a href="#" class="Product">Sales</a></li>
            <li></li>
            <li><a href="#" class="Product">Shop</a></li>
            <li><a href="#" class="Product">About</a></li>
        </ul>
    </nav>
</header>


<center>
    <div class="banner-container">
        <!-- Rotating banner -->
        <img id="banner" src="Baner1.png" class="Baner banner-active" alt="Banner" style="position:relative;">
        
        <!-- Navigation buttons as small circles -->
        <button class="banner-nav prev" onclick="previousBanner()">‹</button>
        <button class="banner-nav next" onclick="nextBanner()">›</button>
    </div>

    <table class="Table">
        <tbody><tr>
            <td style="position:relative; top:100px"><img src="Arma.jpg" class="Arma" height="300" width="200" style="position: relative;"></td>
            <td style="position:relative; top:100px"><img src="Forza.jpg" class="Arma" height="300" width="200" style="position: relative;"></td>
            <td style="position:relative; top:100px"><img src="Pupg.jpg" class="Arma" height="300" width="200" style="position: relative;"></td>
        </tr>
        <tr>
            <td style="position:relative; top:100px"><img src="Elden.jpg" class="Arma" height="300" width="200" style="position: relative;"></td>
            <td style="position:relative; top:100px"><img src="Resident.png" class="Arma" height="300" width="200" style="position: relative;"></td>
            <td style="position:relative; top:100px"><img src="Cuphead.png" class="Arma" height="300" width="200" style="position: relative;"></td>
        </tr>
    </tbody></table>
</center>

<hr style="border-color:#8E18EC; position: relative;">

<h3 class="FAQ" style="position: relative;">To our guests</h3>

<p class="GT" style="position:relative;">We welcome everyone who is looking for games at a more reasonable price, or a place to exchange.</p>
<p class="GT" style="position:relative;">Here, among people just like you, we - the BePlay Team - are organizing a platform whose main goals are to provide a comfortable, easy, and most importantly affordable pastime!</p>
<p class="GT" style="position:relative;">Sincerely - Administration of the BePlay webstore.</p>

<a href="https://telegram.org/">
    <img src="TG.png" width="30" height="50" style="position: relative;" class="TG">
</a>
<a href="https://www.instagram.com/accounts/login/">
    <img src="Insta.png" width="30" height="50" style="position: relative;" class="TG">
</a>

<script src="rotatebaner.js"></script>


</body></html>