https://larps.wiki/

ID de l'analyse :
448ada09-689d-4d72-be0c-a3936b47cedbTerminée
URL soumise :
https://larps.wiki/
Fin du rapport :

Liens : 0 trouvé(s)

Liens sortants identifiés à partir de la page

Variables JavaScript : 4 trouvée(s)

Les variables JavaScript globales chargées dans l'objet fenêtre d'une page sont des variables déclarées en dehors des fonctions et accessibles depuis n'importe quel endroit du code au sein du champ d'application actuel

NomType
0object
onbeforetoggleobject
documentPictureInPictureobject
onscrollendobject

Messages de journal de console : 1 trouvé(s)

Messages consignés dans la console web

TypeCatégorieEnregistrement
errornetwork
URL
https://larps.wiki/favicon.ico
texte
Failed to load resource: the server responded with a status of 404 ()

HTML

Le corps HTML de la page en données brutes

<!DOCTYPE html><html lang="en"><head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>larps.wiki - Hall of Larps</title>
    <style>
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            background-color: black;
            color: white;
            font-family: Arial, sans-serif;
            margin: 0;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            min-height: 100vh;
        }

        pre {
            font-family: monospace;
            font-size: 18px;
            font-weight: bold;
            color: rgb(255, 255, 255);
            white-space: pre;
            text-align: center;
            margin: 0;
            max-width: 90vw;
            overflow-wrap: break-word;
        }

        .gallery {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 20px;
            margin-top: 20px;
        }

        .image-container {
            position: relative;
            width: 200px;
            height: 200px;
            border: 2px solid #333;
            border-radius: 10px;
            overflow: hidden;
            transition: transform 0.3s ease-in-out;
        }

        .image-container img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: opacity 0.3s ease-in-out;
        }

        .image-button {
            position: absolute;
            bottom: 10px;
            left: 50%;
            transform: translateX(-50%);
            background-color: rgba(0, 0, 0, 0.7);
            color: white;
            border: 2px solid #444;
            border-radius: 5px;
            padding: 10px 20px;
            font-weight: bold;
            font-size: 1rem;
            text-decoration: none;
            opacity: 0;
            pointer-events: none;
            transition: opacity 0.3s ease-in-out;
        }

        .image-container:hover {
            transform: scale(1.05);
        }

        .image-container:hover img {
            opacity: 0.7;
        }

        .image-container:hover .image-button {
            opacity: 1;
            pointer-events: auto;
        }

        .image-button:hover {
            background-color: rgba(255, 255, 255, 0.3);
            color: black;
        }
    </style>
</head>
<body>
    <header>
        <pre>            
 ██▓    ▄▄▄       ██▀███   ██▓███    ██████       █     █░ ██▓ ██ ▄█▀ ██▓
▓██▒   ▒████▄    ▓██ ▒ ██▒▓██░  ██▒▒██    ▒      ▓█░ █ ░█░▓██▒ ██▄█▒ ▓██▒
▒██░   ▒██  ▀█▄  ▓██ ░▄█ ▒▓██░ ██▓▒░ ▓██▄        ▒█░ █ ░█ ▒██▒▓███▄░ ▒██▒
▒██░   ░██▄▄▄▄██ ▒██▀▀█▄  ▒██▄█▓▒ ▒  ▒   ██▒     ░█░ █ ░█ ░██░▓██ █▄ ░██░
░██████▒▓█   ▓██▒░██▓ ▒██▒▒██▒ ░  ░▒██████▒▒ ██▓ ░░██▒██▓ ░██░▒██▒ █▄░██░
░ ▒░▓  ░▒▒   ▓▒█░░ ▒▓ ░▒▓░▒▓▒░ ░  ░▒ ▒▓▒ ▒ ░ ▒▓▒ ░ ▓░▒ ▒  ░▓  ▒ ▒▒ ▓▒░▓  
░ ░ ▒  ░ ▒   ▒▒ ░  ░▒ ░ ▒░░▒ ░     ░ ░▒  ░ ░ ░▒    ▒ ░ ░   ▒ ░░ ░▒ ▒░ ▒ ░
  ░ ░    ░   ▒     ░░   ░ ░░       ░  ░  ░   ░     ░   ░   ▒ ░░ ░░ ░  ▒ ░
    ░  ░     ░  ░   ░                    ░    ░      ░     ░  ░  ░    ░  
                                              ░ 
&lt; Hall Of Larps &gt;
[ Join Us: discord.gg/eyp ]
    
        </pre>
    </header>
    <div class="gallery">
        
        <div class="image-container">
            <img src="/static/media/kirby764/kirby764.png" alt="Image">
            <a href="/kirby764" class="image-button">Story of kirby764</a>
        </div>
        
        <div class="image-container">
            <img src="/static/media/adamraschke/adam.png" alt="Image">
            <a href="/adamraschke" class="image-button">Story of adamraschke</a>
        </div>
        
    </div>
<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:'8e86c5228a68666b',t:'MTczMjU5MTUxNC4wMDAwMDA='};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>

</body></html>