- ID de l'analyse :
- 80a576df-123d-4019-9596-20114bdbb959Terminée
- URL soumise :
- https://suyu.dev/
- Fin du rapport :
Liens : 0 trouvé(s)
Liens sortants identifiés à partir de la page
Variables JavaScript : 3 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 |
Messages de journal de console : 0 trouvé(s)
Messages consignés dans la console web
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>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>