- Scan-ID:
- 448ada09-689d-4d72-be0c-a3936b47cedbBeendet
- Eingereichte URL:
- https://larps.wiki/
- Bericht beendet:
Links · 0 gefunden
Die von der Seite ausgehenden identifizierten Links
JavaScript-Variablen · 4 gefunden
Globale JavaScript-Variablen, die in das Window Object einer Seite geladen werden, sind Variablen, die außerhalb von Funktionen deklariert werden und von jeder Stelle des Codes innerhalb des aktuellen Bereichs zugänglich sind
Name | Typ |
---|---|
0 | object |
onbeforetoggle | object |
documentPictureInPicture | object |
onscrollend | object |
Konsolenprotokoll-Meldungen · 1 gefunden
In der Web-Konsole protokollierte Meldungen
Typ | Kategorie | Protokoll |
---|---|---|
error | network |
|
HTML
Der HTML-Rohtext der Seite
<!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>
██▓ ▄▄▄ ██▀███ ██▓███ ██████ █ █░ ██▓ ██ ▄█▀ ██▓
▓██▒ ▒████▄ ▓██ ▒ ██▒▓██░ ██▒▒██ ▒ ▓█░ █ ░█░▓██▒ ██▄█▒ ▓██▒
▒██░ ▒██ ▀█▄ ▓██ ░▄█ ▒▓██░ ██▓▒░ ▓██▄ ▒█░ █ ░█ ▒██▒▓███▄░ ▒██▒
▒██░ ░██▄▄▄▄██ ▒██▀▀█▄ ▒██▄█▓▒ ▒ ▒ ██▒ ░█░ █ ░█ ░██░▓██ █▄ ░██░
░██████▒▓█ ▓██▒░██▓ ▒██▒▒██▒ ░ ░▒██████▒▒ ██▓ ░░██▒██▓ ░██░▒██▒ █▄░██░
░ ▒░▓ ░▒▒ ▓▒█░░ ▒▓ ░▒▓░▒▓▒░ ░ ░▒ ▒▓▒ ▒ ░ ▒▓▒ ░ ▓░▒ ▒ ░▓ ▒ ▒▒ ▓▒░▓
░ ░ ▒ ░ ▒ ▒▒ ░ ░▒ ░ ▒░░▒ ░ ░ ░▒ ░ ░ ░▒ ▒ ░ ░ ▒ ░░ ░▒ ▒░ ▒ ░
░ ░ ░ ▒ ░░ ░ ░░ ░ ░ ░ ░ ░ ░ ▒ ░░ ░░ ░ ▒ ░
░ ░ ░ ░ ░ ░ ░ ░ ░ ░ ░ ░
░
< Hall Of Larps >
[ 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>