https://www.gamingnetwork123.com/

Submitted URL:
https://www.gamingnetwork123.com/
Report Finished:

The outgoing links identified from the page

LinkText
https://paymenter.org Paymenter © 2022 - 2024

JavaScript Variables · 33 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
$function
jQueryfunction
openMobileMenufunction
themeToggleBtnobject
Livewireobject
Alpineobject
Accordionfunction

Console log messages · 0 found

Messages logged to the web console

HTML

The raw HTML body of the page

<!DOCTYPE html><html lang="en"><!-- Software build by https://paymenter.org --><head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <meta name="csrf-token" content="urcvmbKHcE8loouh2M9JJrFXBDqPPJz4zzLzZdRt">
    <script>
        if ("0" == 1) {
            document.addEventListener("DOMContentLoaded", function() {
                window.snow();
            });
        }
        window.addEventListener('keydown', function(e) {
            var ctrlDown = true;
            var ctrlKey = 17,
                enterKey = 13;
            $(document).keydown(function(e) {
                if (e.keyCode == ctrlKey) ctrlDown = true;
                if (e.keyCode == enterKey && ctrlDown) {
                    if ($('#submit').length) {
                        $('#submit').click();
                    }
                }
            }).keyup(function(e) {
                if (e.keyCode == ctrlKey) ctrlDown = false;
            });
        });
        if (localStorage.theme === 'dark' || (!('theme' in localStorage) && window.matchMedia(
                '(prefers-color-scheme: dark)').matches)) {
            document.documentElement.classList.add('dark')
        } else {
            document.documentElement.classList.remove('dark')
        }
    </script>
    <style>
        .snow {
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            z-index: 2;
            pointer-events: none;
        }

        :root {
            --secondary-50: #ffffff;
            --secondary-100: #fafcff;
            --secondary-200: #ebeef3;
            --secondary-300: #bbbfd2;
            --secondary-400: #808498;
            --secondary-500: #606372;
            --secondary-600: #4d4f60;
            --secondary-700: #353741;
            --secondary-800: #1c1c20;
            --secondary-900: #000000;

            --primary-50: #2c4be8;
            --primary-100: #3577e9;
            --primary-200: #015af4;
            --primary-300: #256fef;
            --primary-400: #0733f2;
        }

        .dark {
            --secondary-50: #1e202d;
            --secondary-100: #313441;
            --secondary-200: #404351;
            --secondary-300: #4f525e;
            --secondary-400: #656874;
            --secondary-500: #7d8091;
            --secondary-600: #aeb2c2;
            --secondary-700: #cacbd2;
            --secondary-800: #f1f1f1;
            --secondary-900: #ffffff;
        }
    </style>
            <title>GamingNetwork Hosting Services - Home</title>
    
    <!-- Fonts -->
    <link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;600;700&amp;display=swap">

    <link rel="preload" as="style" href="https://www.gamingnetwork123.com/default/assets/app-bb7a7cfb.css"><link rel="modulepreload" href="https://www.gamingnetwork123.com/default/assets/app-ff1ed6f4.js"><link rel="stylesheet" href="https://www.gamingnetwork123.com/default/assets/app-bb7a7cfb.css" data-navigate-track="reload"><script type="module" src="https://www.gamingnetwork123.com/default/assets/app-ff1ed6f4.js" data-navigate-track="reload"></script>
    <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.1/jquery.min.js"></script>
    <link href="https://cdn.jsdelivr.net/npm/[email protected]/fonts/remixicon.css" rel="stylesheet">
            <link rel="icon" href="https://www.gamingnetwork123.com/images/1725744450.jpg" type="image/png">
        <meta content="Home" property="og:title">
    <meta content="Change this description in settings" property="og:description">
    <meta content="Change this description in settings" name="description">
    <meta content="https://paymenter.org/assets/images/paymenter.png" property="og:image">
    <link type="application/json+oembed" href="https://www.gamingnetwork123.com/manifest.json?title=GamingNetwork Hosting Services&amp;author_url=https://www.gamingnetwork123.com&amp;author_name=GamingNetwork Hosting Services">
    <meta name="twitter:card" content="">
    <meta name="theme-color" content="#5270FD">
<!-- Livewire Styles --><style>[wire\:loading][wire\:loading], [wire\:loading\.delay][wire\:loading\.delay], [wire\:loading\.inline-block][wire\:loading\.inline-block], [wire\:loading\.inline][wire\:loading\.inline], [wire\:loading\.block][wire\:loading\.block], [wire\:loading\.flex][wire\:loading\.flex], [wire\:loading\.table][wire\:loading\.table], [wire\:loading\.grid][wire\:loading\.grid], [wire\:loading\.inline-flex][wire\:loading\.inline-flex] {display: none;}[wire\:loading\.delay\.none][wire\:loading\.delay\.none], [wire\:loading\.delay\.shortest][wire\:loading\.delay\.shortest], [wire\:loading\.delay\.shorter][wire\:loading\.delay\.shorter], [wire\:loading\.delay\.short][wire\:loading\.delay\.short], [wire\:loading\.delay\.default][wire\:loading\.delay\.default], [wire\:loading\.delay\.long][wire\:loading\.delay\.long], [wire\:loading\.delay\.longer][wire\:loading\.delay\.longer], [wire\:loading\.delay\.longest][wire\:loading\.delay\.longest] {display: none;}[wire\:offline][wire\:offline] {display: none;}[wire\:dirty]:not(textarea):not(input):not(select) {display: none;}:root {--livewire-progress-bar-color: #2299dd;}[x-cloak] {display: none !important;}</style>
<style>/* Make clicks pass-through */

    #nprogress {
      pointer-events: none;
    }

    #nprogress .bar {
      background: var(--livewire-progress-bar-color, #29d);

      position: fixed;
      z-index: 1031;
      top: 0;
      left: 0;

      width: 100%;
      height: 2px;
    }

    /* Fancy blur effect */
    #nprogress .peg {
      display: block;
      position: absolute;
      right: 0px;
      width: 100px;
      height: 100%;
      box-shadow: 0 0 10px var(--livewire-progress-bar-color, #29d), 0 0 5px var(--livewire-progress-bar-color, #29d);
      opacity: 1.0;

      -webkit-transform: rotate(3deg) translate(0px, -4px);
          -ms-transform: rotate(3deg) translate(0px, -4px);
              transform: rotate(3deg) translate(0px, -4px);
    }

    /* Remove these to get rid of the spinner */
    #nprogress .spinner {
      display: block;
      position: fixed;
      z-index: 1031;
      top: 15px;
      right: 15px;
    }

    #nprogress .spinner-icon {
      width: 18px;
      height: 18px;
      box-sizing: border-box;

      border: solid 2px transparent;
      border-top-color: var(--livewire-progress-bar-color, #29d);
      border-left-color: var(--livewire-progress-bar-color, #29d);
      border-radius: 50%;

      -webkit-animation: nprogress-spinner 400ms linear infinite;
              animation: nprogress-spinner 400ms linear infinite;
    }

    .nprogress-custom-parent {
      overflow: hidden;
      position: relative;
    }

    .nprogress-custom-parent #nprogress .spinner,
    .nprogress-custom-parent #nprogress .bar {
      position: absolute;
    }

    @-webkit-keyframes nprogress-spinner {
      0%   { -webkit-transform: rotate(0deg); }
      100% { -webkit-transform: rotate(360deg); }
    }
    @keyframes nprogress-spinner {
      0%   { transform: rotate(0deg); }
      100% { transform: rotate(360deg); }
    }
    </style></head>

<body class="font-sans bg-secondary-100 dark:bg-secondary-50 text-secondary-700">

        <div id="app" class="min-h-screen">
                            <nav class="bg-secondary-50 dark:bg-secondary-100 dark:border-0 border-b-2 border-secondary-200">
    <div class="max-w-[1650px] mx-auto block md:flex items-center gap-x-10 px-5">
        <div class="flex justify-between md:w-auto w-full items-center">
            <a href="https://www.gamingnetwork123.com" class="flex items-center text-secondary-900 font-semibold text-lg py-2 gap-x-2 w-max">
                <img src="https://www.gamingnetwork123.com/images/1725744450.jpg" alt="GamingNetwork Hosting Services" class="w-10">
                GamingNetwork Hosting Services
            </a>
            <!-- Mobile menu button -->
            <div class="flex md:hidden">
                <button type="button" class="button button-secondary-outline" onclick="openMobileMenu()">
                    <i class="ri-menu-line"></i>
                </button>
            </div>
            <script>
                function openMobileMenu() {
                    document.getElementById("mobile-menu").classList.toggle("hidden");
                    document.getElementById("clientsNavBar").classList.toggle("hidden");
                }
            </script>
        </div>
        <div class="w-full justify-between gap-x-10 md:px-5 md:flex hidden" id="mobile-menu">
            <a href="https://www.gamingnetwork123.com" class="md:px-2 py-3 flex items-center gap-x-1 hover:text-secondary-800 duration-300">
                Home
            </a>
                        <button type="button" aria-expanded="true" data-dropdown-placement="bottom-start" aria-haspopup="true" data-dropdown-toggle="orders" class="relative md:px-2 py-3 flex items-center gap-x-1 hover:text-secondary-800 duration-300">
                Shop <i class="ri-arrow-down-s-line"></i>

                <div class="absolute left-0 hidden w-56 mt-2 origin-top-right bg-secondary-200 border border-secondary-300 rounded-md z-10" role="menu" aria-orientation="vertical" aria-labelledby="product" tabindex="-1" id="orders" style="position: absolute; inset: 0px auto auto 0px; margin: 0px; transform: translate(499px, 63px);" data-popper-placement="bottom-start">
                                                                        <a href="https://www.gamingnetwork123.com/slug" class="flex px-4 py-2 rounded text-secondary-700 hover:bg-secondary-100 hover:text-secondary-900" role="menuitem" tabindex="-1" id="menu-item-0">game servers</a>
                                                                                                <a href="https://www.gamingnetwork123.com/slug2" class="flex px-4 py-2 rounded text-secondary-700 hover:bg-secondary-100 hover:text-secondary-900" role="menuitem" tabindex="-1" id="menu-item-0">minecraft</a>
                                                                                                <a href="https://www.gamingnetwork123.com/slug%203" class="flex px-4 py-2 rounded text-secondary-700 hover:bg-secondary-100 hover:text-secondary-900" role="menuitem" tabindex="-1" id="menu-item-0">game services</a>
                                                            </div>

            </button>
            <a href="https://www.gamingnetwork123.com/announcements" class="md:px-2 py-3 flex items-center gap-x-1 hover:text-secondary-800 duration-300">
                Announcements
            </a>
            <div class="ml-auto flex items-center gap-x-1 justify-center md:pb-0 pb-4">
                <div wire:snapshot="{&quot;data&quot;:{&quot;cartItems&quot;:0},&quot;memo&quot;:{&quot;id&quot;:&quot;RuDg1FTupUWkg9ODPNwz&quot;,&quot;name&quot;:&quot;cart-count&quot;,&quot;path&quot;:&quot;\/&quot;,&quot;method&quot;:&quot;GET&quot;,&quot;children&quot;:[],&quot;scripts&quot;:[],&quot;assets&quot;:[],&quot;errors&quot;:[],&quot;locale&quot;:&quot;en&quot;},&quot;checksum&quot;:&quot;c1074f428f133fc758a9a00d1dfea5e16530e02a28b0e94574b54edd0e9a9c85&quot;}" wire:effects="{&quot;listeners&quot;:[&quot;updateCart&quot;]}" wire:id="RuDg1FTupUWkg9ODPNwz">
    <!--[if BLOCK]><![endif]--><!--[if ENDBLOCK]><![endif]-->
</div>

                                    <a href="https://www.gamingnetwork123.com/login" class="button button-primary md:flex-none flex-1">
                        Log In
                    </a>
                                <button class="m-1.5 button button-secondary-outline !font-normal" id="theme-toggle">
                    <i class="ri-sun-line hidden dark:block"></i>
                    <i class="ri-moon-line dark:hidden"></i>
                </button>
                <script>
                    // Change the icons inside the button based on previous settings
                    if (localStorage.getItem('theme') === 'dark' || (!('theme' in localStorage) && window.matchMedia(
                        '(prefers-color-scheme: dark)').matches));

                    var themeToggleBtn = document.getElementById('theme-toggle');
                    themeToggleBtn.addEventListener('click', function() {
                        // if set via local storage previously
                        if (localStorage.getItem('theme')) {
                            if (localStorage.getItem('theme') === 'light') {
                                document.documentElement.classList.add('dark');
                                localStorage.setItem('theme', 'dark');
                            } else {
                                document.documentElement.classList.remove('dark');
                                localStorage.setItem('theme', 'light');
                            }
                            // if NOT set via local storage previously
                        } else {
                            if (document.documentElement.classList.contains('dark')) {
                                document.documentElement.classList.remove('dark');
                                localStorage.setItem('theme', 'light');
                            } else {
                                document.documentElement.classList.add('dark');
                                localStorage.setItem('theme', 'dark');
                            }
                        }
                    });
                </script>
            </div>
        </div>
    </div>
</nav>
                <div class="">
                        <div class="w-full flex flex-col  min-h-[calc(100vh-64px)] ">
                
                <main class="grow">
                    <div class="content ">
            <div class="content-box">
                <div class="prose dark:prose-invert min-w-full">
                    <p>Welcome to GamingNetwork Hosting Services</p>
                </div>
            </div>
        </div>
    
            <div class="content">
            <h2 class="font-semibold text-2xl mb-2 text-secondary-900">Categories</h2>
            <div class="grid grid-cols-12 gap-4">

                                                            <div class="lg:col-span-3 md:col-span-6 col-span-12">
                            <div class="content-box h-full flex flex-col">
                                <div class="flex gap-x-3 items-center mb-2">
                                                                        <div>
                                        <h3 class="font-semibold text-lg">game servers</h3>
                                    </div>
                                </div>
                                <div class="prose dark:prose-invert"><p>max ram 64gb max cpu power 4 cores</p>
</div>
                                <div class="pt-3 mt-auto">
                                    <a href="https://www.gamingnetwork123.com/slug" class="button button-secondary w-full">Browse Category</a>
                                </div>
                            </div>
                        </div>
                                                                                <div class="lg:col-span-3 md:col-span-6 col-span-12">
                            <div class="content-box h-full flex flex-col">
                                <div class="flex gap-x-3 items-center mb-2">
                                                                        <div>
                                        <h3 class="font-semibold text-lg">minecraft</h3>
                                    </div>
                                </div>
                                <div class="prose dark:prose-invert"><p>max ram 16 too 24gb</p>
</div>
                                <div class="pt-3 mt-auto">
                                    <a href="https://www.gamingnetwork123.com/slug2" class="button button-secondary w-full">Browse Category</a>
                                </div>
                            </div>
                        </div>
                                                                                <div class="lg:col-span-3 md:col-span-6 col-span-12">
                            <div class="content-box h-full flex flex-col">
                                <div class="flex gap-x-3 items-center mb-2">
                                                                        <div>
                                        <h3 class="font-semibold text-lg">game services</h3>
                                    </div>
                                </div>
                                <div class="prose dark:prose-invert"><p>games</p>
</div>
                                <div class="pt-3 mt-auto">
                                    <a href="https://www.gamingnetwork123.com/slug%203" class="button button-secondary w-full">Browse Category</a>
                                </div>
                            </div>
                        </div>
                                                </div>
        </div>
    
            <div class="content">
            <h2 class="font-semibold text-2xl mb-2 text-secondary-900">Announcements</h2>
            <div class="grid grid-cols-12 gap-4">
                                    <div class="lg:col-span-4 md:col-span-6 col-span-12">
                        <div class="content-box">
                            <h3 class="font-semibold text-lg">welcome too gamingnetwork hosting services</h3>
                            <div class="prose dark:prose-invert"><p>thanks for joining us at gamingnetwork hosting services</p>
</div>
                            <div class="flex justify-between items-center mt-3">
                                <span class="text-sm text-secondary-600">Published
                                    1 month ago</span>
                                <a href="https://www.gamingnetwork123.com/announcements/2" class="button button-secondary">Read More</a>
                            </div>
                        </div>
                    </div>
                            </div>
        </div>
                </main>

                <footer class="pt-5 pb-3 mt-auto">
    <div class="text-sm text-center content text-secondary-600">
        <a href="https://paymenter.org" target="_blank">
            Paymenter © 2022 - 2024
        </a>
    </div>
</footer>
            </div>
        </div>
    </div>
<script src="/livewire/livewire.min.js?id=5d8beb2e" data-csrf="urcvmbKHcE8loouh2M9JJrFXBDqPPJz4zzLzZdRt" data-update-uri="/paymenter/live/update" data-navigate-once="true"></script>



</body></html>