- ID de l'analyse :
- 66919d5b-0581-4a77-a969-53f6d0bdb894Terminée
- URL soumise :
- https://wireway.ch/
- Fin du rapport :
Liens : 6 trouvé(s)
Liens sortants identifiés à partir de la page
Lien | texte |
---|---|
https://epilogue.team | Epilogue - Development team leader |
https://merged.games | Merged.games - Minecraft sever |
https://shield-break.net | Shield Break - Minecraft server |
https://time.epilogue.team | Wakapi |
https://github.com/obvTiger | Github |
https://discord.epilogue.team | Discord |
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
Nom | Type |
---|---|
onbeforetoggle | object |
documentPictureInPicture | object |
onscrollend | object |
plausible | function |
Messages de journal de console : 1 trouvé(s)
Messages consignés dans la console web
Type | Catégorie | Enregistrement |
---|---|---|
error | network |
|
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=1.0, initial-scale=1.0">
<title>Wireway Projects</title>
<script defer="" data-domain="wireway.ch" src="https://plausible.wireway.ch/js/script.js"></script>
</head>
<body>
<div class="content">
<h1>Wireway Projects</h1>
<p>I am a developer from Switzerland.</p>
<br>
<p>Check out my projects:</p>
<ul>
<li><a href="https://epilogue.team">Epilogue - Development team leader</a></li>
<li><a href="https://kvs.wireway.ch">Key Value Store server - Free kvs storage</a></li>
<li><a href="https://bar.wireway.ch">Bar - Simple search bar with ai features.</a></li>
<li><a href="https://api.wireway.ch">API - Status page and api</a></li>
<li><a href="https://merged.games">Merged.games - Minecraft sever</a></li>
<li><a href="https://shield-break.net">Shield Break - Minecraft server</a></li>
<li><a href="https://pulse.wireway.ch">Pulse - Mentimeter alternative</a></li>
<li><a href="https://timelens.wireway.ch">Timelens - Time tracking software</a></li>
</ul>
<p>I am also hosting:</p>
<ul>
<li><a href="https://piped.wireway.ch">Piped</a></li>
<li><a href="https://time.epilogue.team">Wakapi</a></li>
</ul>
<p>Contact me:</p>
<ul>
<li><a href="mailto:obvtiger@epilogue">[email protected]</a></li>
<li><a href="https://github.com/obvTiger">Github</a></li>
<li><a href="https://discord.epilogue.team">Discord</a></li>
</ul>
</div>
<video autoplay="" muted="" loop="" id="background-video" playbackrate="0.8">
<source src="background.mp4" type="video/mp4">
Your browser does not support this website.
</video>
<script>
document.getElementById('background-video').playbackRate = 0.8;
</script>
<div id="gradient-overlay"></div>
<style>
.content {
position: absolute;
margin: 40px 40px;
z-index: 1;
}
li {
margin-bottom: 5px;
}
body,
html {
margin: 0;
padding: 0;
height: 100%;
overflow: hidden;
padding: 5%;
}
* {
color: white;
font-family: Verdana, Geneva, Tahoma, sans-serif
}
#background-video {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
object-fit: cover;
z-index: -1;
}
#gradient-overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.8));
z-index: 0;
}
</style>
</body></html>