https://szvycentral.pages.dev/

Eingereichte URL:
https://szvycentral.pages.dev/
Bericht beendet:

Die von der Seite ausgehenden identifizierten Links

LinkText
https://play.szvy.win szvy central v2
https://www.stat-counter.org/stats/cgirTotal: 91 206Today: 378Yesterday: 784Visitors

JavaScript-Variablen · 12 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

NameTyp
onbeforetoggleobject
documentPictureInPictureobject
onscrollendobject
gtagfunction
dataLayerobject
google_tag_managerobject
google_tag_dataobject
onYouTubeIframeAPIReadyfunction
gaGlobalobject
urlObjobject

Konsolenprotokoll-Meldungen · 1 gefunden

In der Web-Konsole protokollierte Meldungen

TypKategorieProtokoll
errornetwork
URL
https://fluffy-disco-os-sd-sd.netlify.app/favicon.ico
Text
Failed to load resource: the server responded with a status of 404 ()

HTML

Der HTML-Rohtext der Seite

<!DOCTYPE html><html lang="en"><head>
  <!-- Google tag (gtag.js) -->
<script async="" src="https://www.googletagmanager.com/gtag/js?id=G-9H6FJQVZMY"></script>
<script>
  window.dataLayer = window.dataLayer || [];
  function gtag(){dataLayer.push(arguments);}
  gtag('js', new Date());

  gtag('config', 'G-9H6FJQVZMY');
</script>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <title>Szvy Central</title>
  <link rel="icon" type="image/x-icon" href="https://fluffy-disco-os-sd-sd.netlify.app/favicon.ico">
  <link href="https://fonts.googleapis.com/css2?family=Press+Start+2P&amp;family=PT+Mono&amp;display=swap" rel="stylesheet">
  <style>
    body {
      font-family: 'Roboto', sans-serif;
      margin: 0;
      padding: 0;
      background-color: #111;
      color: #fff;
    }

    header {
      font-family: 'Press Start 2P', cursive;
      background-color: #222;
      color: #4CAF50;
      padding: 20px;
      font-size: 28px;
      border-bottom: 2px solid #4CAF50;
      text-shadow: 0 0 5px rgba(76, 175, 80, 0.5);
      display: flex;
      align-items: center;
      justify-content: center;
    }

    #logo {
      border-radius: 50%;
      width: 50px;
      height: 50px;
      margin-right: 10px;
    }

    .button-container {
      text-align: center;
      margin: 20px 10px;
      width: calc(100% / 3 - 20px);
      box-sizing: border-box;
    }

    .button {
      font-family: 'PT Mono', monospace;
      padding: 15px 30px;
      font-size: 18px;
      background-color: #4CAF50;
      color: #111;
      border: none;
      border-radius: 8px;
      cursor: pointer;
      transition: background-color 0.3s, transform 0.3s;
      font-weight: bold;
      letter-spacing: 1px;
      text-transform: uppercase;
      box-shadow: 0 0 10px rgba(76, 175, 80, 0.5);
      text-decoration: none;
      display: block;
      margin: 0 auto;
      margin-bottom: 10px;
    }

    .button:hover {
      background-color: #45a049;
      transform: scale(1.1);
    }

    .stat-counter {
      text-align: center;
      position: fixed;
      bottom: 10px;
      width: 100%;
    }

    .motd {
      font-family: 'PT Mono', monospace;
      background-color: #222;
      color: #f0f0f0;
      padding: 20px;
      font-size: 20px;
      border-bottom: 2px solid #4CAF50;
      text-shadow: 0 0 5px rgba(76, 175, 80, 0.5);
      display: flex;
      align-items: center;
      justify-content: center;
    }
  </style>
</head>
<body>

<header>
  <a>
    <img id="logo" src="logo.jpeg" alt="Logo">
  </a>
  Szvy Central
</header>

<div class="motd">
  szvy central has offically closed, szvy central v2 out now
</div>
<div style="display: flex; flex-wrap: wrap; justify-content: center;">
  <div class="button-container">
    <a href="https://play.szvy.win" class="button">
      szvy central v2
    </a>
  </div>
</div>

  <div class="stat-counter">
  <script type="text/javascript" src="https://www.stat-counter.org/count/cgir"></script><a href="https://www.stat-counter.org/stats/cgir" style="text-decoration: none;"><svg width="100" height="90" id="besucherzaehler2"><g><rect width="100" height="70" x="0" y="0" style="fill: #2f292a;" fill-opacity="1.0"></rect><text x="6" y="38" style="" font-family="Roboto, sans-serif" font-size="11" fill="#ffffff">Total: 91 206</text><text x="6" y="50" style="" font-family="Roboto, sans-serif" font-size="11" fill="#ffffff">Today: 378</text><text x="6" y="62" style="" font-family="Roboto, sans-serif" font-size="11" fill="#ffffff">Yesterday: 784</text><rect width="3" height="9" x="6" y="14" style="fill: #ffffff;"></rect><rect width="3" height="17" x="11" y="6" style="fill: #ffffff;"></rect><rect width="3" height="13" x="16" y="10" style="fill: #ffffff;"></rect><text x="25" y="23" style="font-weight: bold;" font-family="Roboto, sans-serif" font-size="11" fill="#ffffff">Visitors</text></g></svg></a><br>
  <script type="text/javascript" src="https://whomania.com/ctr?id=" 35380d9a2c4e3735878dc1918e80b8139c4b637c=""></script>
</div>


<script>
  var urlObj = new window.URL(window.location.href);
  var url = window.location;

  if (url) {
    var win;

    document.getElementById('openScriptButton').onclick = function() {
      if (win) {
        win.focus();
      } else {
        win = window.open();
        win.document.body.style.margin = '0';
        win.document.body.style.height = '100vh';
        var iframe = win.document.createElement('iframe');
        iframe.style.border = 'none';
        iframe.style.width = '100%';
        iframe.style.height = '100%';
        iframe.style.margin = '0';
        iframe.src = url;
        win.document.body.appendChild(iframe);
        window.location.replace("https://canvas.instructure.com/");

        var interval = setInterval(function() {
          if (win.closed) {
            clearInterval(interval);
            win = undefined;
          }
        }, 500);
      }
    };
  }
</script>


</body></html>