https://suyu.dev/

Eingereichte URL:
https://suyu.dev/
Bericht beendet:

Die von der Seite ausgehenden identifizierten Links

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

Konsolenprotokoll-Meldungen · 0 gefunden

In der Web-Konsole protokollierte Meldungen

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>Suyu Emulator — A familiar Nintendo Switch emulator</title>
  <link rel="stylesheet" href="./static/styles/index.css">
  <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/remixicon/4.2.0/remixicon.css">
  <link rel="icon" href="./static/brand/suyu__Logomark.svg" type="image/svg+xml">
</head>

<body>
  <main>
    <section class="branding">
      <img src="./static/brand/suyu__Logo-Horizontal.svg" alt="suyu logo">
      <p>A familiar, open source, and powerful Nintendo Switch emulator.</p>
    </section>

    <section class="download">
        <a href="https://git.suyu.dev/suyu/suyu/releases" style="text-decoration: none; color: inherit;">
          <button class="download-button" onclick="toggleDownloadButtonPopup()"><i class="ri-download-fill"></i><span>Get Suyu</span></button>
        </a>
    </section>

    <section class="links">
      <a href="https://git.suyu.dev/suyu/suyu">
        <i class="ri-git-branch-fill"></i>

        <h2>Check out the code</h2>
        <p>Would you like to contribute, or simply learn more? Click here!</p>
      </a>

      <a href="https://chat.suyu.dev/channel/announcements">
        <i class="ri-chat-1-line"></i>

        <h2>Join our chat</h2>
        <p>Get updates about the project, or ask for support here.</p>
      </a>

      <a href="./static/brand/suyuBrandKit.zip">
        <i class="ri-paint-fill"></i>

        <h2>Download the brand kit</h2>
        <p>If you need to use our branding for something, such as a news article or YouTube video, you can click here to
          download it.</p>
      </a>
    </section>

    <section class="footer">
      <p>For press inquiries (not for support): <a href="mailto:[email protected]">[email protected]</a></p>
    </section>

  </main>

  <div class="bg-overlay"></div>



</body></html>