https://hiddenlinks1.pages.dev/

Submitted URL:
https://hiddenlinks1.pages.dev/
Report Finished:

The outgoing links identified from the page

LinkText
http://wormleaks.rf.gdP4r4d1se Link 1
http://youngparadise22.rf.gdP4r4d1se Link 2
http://hyperoox82.rf.gdP4r4d1se Link 3
http://killero.rf.gdp4r4d1se Link 4
http://rarelinks.rf.gdP4r4d1se Room links 2

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

Console log messages · 0 found

Messages logged to the web console

HTML

The raw HTML body of the page

<!DOCTYPE html><html lang="es"><head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Links Paradise Club</title>
    <style>
        body {
            font-family: Arial, sans-serif;
            background-color: #f8d7e3;
            color: #333;
            text-align: center;
            padding: 20px;
            animation: fadeIn 1s ease;
        }
        h1 {
            color: #d5006d;
            margin-bottom: 30px;
            animation: slideIn 0.8s forwards;
            opacity: 0;
        }
        .link {
            display: block;
            margin: 15px 0;
            padding: 10px 20px;
            background-color: #ffccff;
            border-radius: 5px;
            text-decoration: none;
            color: #d5006d;
            font-weight: bold;
            transition: background-color 0.3s, transform 0.3s;
            opacity: 0;
            animation: fadeInLink 0.5s forwards;
        }
        .link:hover {
            background-color: #ffb3e6;
            transform: scale(1.05);
        }
        @keyframes fadeIn {
            from { opacity: 0; }
            to { opacity: 1; }
        }
        @keyframes slideIn {
            from { transform: translateY(-20px); opacity: 0; }
            to { transform: translateY(0); opacity: 1; }
        }
        @keyframes fadeInLink {
            from { opacity: 0; }
            to { opacity: 1; }
        }
    </style>
</head>
<body>

    <h1>Welcome to P4rad1se Room Links 1</h1>
    <h3>select one to be redirected</h3>

    <a class="link" href="http://wormleaks.rf.gd" target="_blank">P4r4d1se Link 1</a>
    <a class="link" href="http://youngparadise22.rf.gd" target="_blank">P4r4d1se Link 2</a>
    
    <!-- Espacios para futuros enlaces -->
    <a class="link" href="http://hyperoox82.rf.gd">P4r4d1se Link 3</a>
    <a class="link" href="http://killero.rf.gd">p4r4d1se Link 4</a>
    <a class="link" href="http://rarelinks.rf.gd">P4r4d1se Room links 2</a>
    
    <h2>Make sure to save our website p4rad1se room 1 and 2</h2>



</body></html>