https://solonodes.net/

Submitted URL:
https://solonodes.net/
Report Finished:

The outgoing links identified from the page

JavaScript Variables · 36 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

Console log messages · 1 found

Messages logged to the web console

HTML

The raw HTML body of the page

<!DOCTYPE html><html lang="en"><head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="csrf-token" content="0tgWDoVLdoPDIDZB9suTqMjOJUUR8cMwlxAIF9zG">
<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: #edf0ff;
            --primary-100: #c6dbff;
            --primary-200: #9bbefb;
            --primary-300: #799cd8;
            --primary-400: #d053fd;
        }

        .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>SoloNodes - Home</title>

<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://solonodes.net/default/assets/app-bb7a7cfb.css"><link rel="modulepreload" href="https://solonodes.net/default/assets/app-ff1ed6f4.js"><link rel="stylesheet" href="https://solonodes.net/default/assets/app-bb7a7cfb.css" data-navigate-track="reload"><script type="module" src="https://solonodes.net/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://solonodes.net/images/1724023348.png" type="image/png">
<meta content="Home" property="og:title">
<meta content="The quality hosting provider for you game's and applications! Get high quality servers for running your projects privately or publicly!" property="og:description">
<meta content="The quality hosting provider for you game's and applications! Get high quality servers for running your projects privately or publicly!" name="description">
<meta content="https://paymenter.org/assets/images/paymenter.png" property="og:image">
<link type="application/json+oembed" href="https://solonodes.net/manifest.json?title=SoloNodes&amp;author_url=https://solonodes.net&amp;author_name=SoloNodes">
<meta name="twitter:card" content=" summary_large_image ">
<meta name="theme-color" content="#5270FD">
<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://solonodes.net" class="flex items-center text-secondary-900 font-semibold text-lg py-2 gap-x-2 w-max">
<img src="https://solonodes.net/images/1724023348.png" alt="SoloNodes" class="w-10">
SoloNodes
</a>

<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://solonodes.net" 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(314px, 65px);" data-popper-placement="bottom-start">
<a href="https://solonodes.net/citizenfx" 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">CitizenFX</a>
<a href="https://solonodes.net/discord" 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">Discord Bot</a>
<a href="https://solonodes.net/minecraft" 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://solonodes.net/vps" 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">VPS</a>
<a href="https://solonodes.net/webhosting" 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">Webhosting</a>
<a href="https://solonodes.net/sales" 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">Sales</a>
</div>
</button>
<a href="https://solonodes.net/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;zAaxQV2WiHh2cJf69g4O&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;61316344ba6a8d772bc06edfde557dda0e5bff5adb3ad1c3490c9b0a5468e4fa&quot;}" wire:effects="{&quot;listeners&quot;:[&quot;updateCart&quot;]}" wire:id="zAaxQV2WiHh2cJf69g4O">
<!--[if BLOCK]><![endif]--><!--[if ENDBLOCK]><![endif]-->
</div>
<a href="https://solonodes.net/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>Need support? Create a ticket on our website at <a href="https://solonodes.net/tickets">https://solonodes.net/tickets</a><br>
Join our Discord Server to stay up to date for the latest features and updates: <a href="https://discord.gg/ydZMvfPJaj">https://discord.gg/ydZMvfPJaj</a></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">
<img src="/storage/categories/0ddkk1m9X7mCr9noolRKiJ5SYIZsdx8OywlNSC4m.png" class="w-14 h-full rounded-md" onerror="removeElement(this);">
<div>
<h3 class="font-semibold text-lg">CitizenFX</h3>
</div>
</div>
<div class="prose dark:prose-invert"><p>Develop your own GTA V world, with custom cars and clothings and more!</p><br>
<p>Instant delivery!</p>
</div>
<div class="pt-3 mt-auto">
<a href="https://solonodes.net/citizenfx" 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">
<img src="/storage/categories/sHviEMOkfHMfA1Tgl0Na6NO4kZ4JwcTAE6NlKPb5.png" class="w-14 h-full rounded-md" onerror="removeElement(this);">
<div>
<h3 class="font-semibold text-lg">Discord Bot</h3>
</div>
</div>
<div class="prose dark:prose-invert"><p>Code your own Discord bot, or run some other projects in Node.JS, Python or GoLang!</p><br>
<p>Instant delivery!</p>
</div>
<div class="pt-3 mt-auto">
<a href="https://solonodes.net/discord" 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">
<img src="/storage/categories/JC9wmTplnR1EiEUUgCAjulxCAJRlwZqTMFqfHFQA.png" class="w-14 h-full rounded-md" onerror="removeElement(this);">
<div>
<h3 class="font-semibold text-lg">Minecraft</h3>
</div>
</div>
<div class="prose dark:prose-invert"><p>Explore a world of blocks or build unique buildings in Minecraft!</p><br>
<p>Instant delivery!</p>
</div>
<div class="pt-3 mt-auto">
<a href="https://solonodes.net/minecraft" 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">
<img src="/storage/categories/MxbhG7qMSOJjD3aLShDUcZhq1zCoE2kaaWy8ZnF2.png" class="w-14 h-full rounded-md" onerror="removeElement(this);">
<div>
<h3 class="font-semibold text-lg">VPS</h3>
</div>
</div>
<div class="prose dark:prose-invert"><p>Powerfull VPS' hosted on power efficient and also powerfull servers to provide the best experience for you!</p><br>
<p>Delivery within 6-8 hours (Due to some issues of VPS creation)!</p>
</div>
<div class="pt-3 mt-auto">
<a href="https://solonodes.net/vps" 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">
<img src="/storage/categories/WPZvZaEji53GQUQLiO0RdihuSYN3vENa84DhUgs8.png" class="w-14 h-full rounded-md" onerror="removeElement(this);">
<div>
<h3 class="font-semibold text-lg">Webhosting</h3>
</div>
</div>
<div class="prose dark:prose-invert"><p>Build your own website with the easiest tools like Wordpress.</p><br>
<p>Delivery withing 7 hours!</p>
</div>
<div class="pt-3 mt-auto">
<a href="https://solonodes.net/webhosting" 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">Sales</h3>
</div>
</div>
<div class="prose dark:prose-invert"><p>All services we provide but then with a special offer!</p>
</div>
<div class="pt-3 mt-auto">
<a href="https://solonodes.net/sales" class="button button-secondary w-full">Browse Category</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">
<iframe src="https://status.solonodes.net/badge?theme=dark" width="250" height="30" frameborder="0" scrolling="no"></iframe>
<a href="https://SoloNodes.net" target="_blank">
SoloNodes © 2024 - 2024
</a>
</div>
</footer>
</div>
</div>
</div>
<script src="/livewire/livewire.min.js?id=5d8beb2e" data-csrf="0tgWDoVLdoPDIDZB9suTqMjOJUUR8cMwlxAIF9zG" data-update-uri="/paymenter/live/update" data-navigate-once="true"></script>
<script>(function(){function c(){var b=a.contentDocument||a.contentWindow.document;if(b){var d=b.createElement('script');d.innerHTML="window.__CF$cv$params={r:'8cdce8a7ece3384b',t:'MTcyODEyNjAzNS4wMDAwMDA='};var a=document.createElement('script');a.nonce='';a.src='/cdn-cgi/challenge-platform/scripts/jsd/main.js';document.getElementsByTagName('head')[0].appendChild(a);";b.getElementsByTagName('head')[0].appendChild(d)}}if(document.body){var a=document.createElement('iframe');a.height=1;a.width=1;a.style.position='absolute';a.style.top=0;a.style.left=0;a.style.border='none';a.style.visibility='hidden';document.body.appendChild(a);if('loading'!==document.readyState)c();else if(window.addEventListener)document.addEventListener('DOMContentLoaded',c);else{var e=document.onreadystatechange||function(){};document.onreadystatechange=function(b){e(b);'loading'!==document.readyState&&(document.onreadystatechange=e,c())}}}})();</script><iframe height="1" width="1" style="position: absolute; top: 0px; left: 0px; border: none; visibility: hidden;"></iframe><script defer="" src="https://static.cloudflareinsights.com/beacon.min.js/vcd15cbe7772f49c399c6a5babf22c1241717689176015" integrity="sha512-ZpsOmlRQV6y907TI0dKBHq9Md29nnaEIPlkf84rnaERnq6zvWvPUqr2ft8M1aS28oN72PdrCzSjY4U6VaAw1EQ==" data-cf-beacon="{&quot;rayId&quot;:&quot;8cdce8a7ece3384b&quot;,&quot;version&quot;:&quot;2024.8.0&quot;,&quot;r&quot;:1,&quot;serverTiming&quot;:{&quot;name&quot;:{&quot;cfExtPri&quot;:true,&quot;cfL4&quot;:true}},&quot;token&quot;:&quot;768a28b77b844d20b48f9e592d37e2fe&quot;,&quot;b&quot;:1}" crossorigin="anonymous"></script>


</body></html>