spfn-website/guides/index.html
2025-07-04 22:56:23 +01:00

65 lines
No EOL
3 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<title>Guides | SPFN</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap" rel="stylesheet">
<link rel="stylesheet" href="/css/style.css">
<script src="https://cdn.jsdelivr.net/npm/marked/marked.min.js"></script>
</head>
<body>
<header>
<div style="display: flex;">
<h1 style="margin: 0 auto;">SPFN</h1>
<h2 style="font-size: 32px; margin: auto; padding: 12px">Guides</h2>
</div>
<nav>
<ul class="nav-links">
<a href="/"><button class="header-button">Home</button></a>
<a href="/guides"><button class="header-button active">Guides</button></a>
<a href="/account"><button class="header-button">Account</button></a>
</ul>
</nav>
</header>
<main>
<div class="guide-container">
<div class="guide-buttons">
<a class="guide" id="install-wiiu" href="/guides?guide=install-wiiu">Installation - Wii U</a>
<a class="guide" id="install-cemu" href="/guides?guide=install-cemu">Installation - Cemu</a>
<a class="guide" id="common-errors" href="/guides?guide=common-errors">Common Error Codes</a>
<a class="guide" id="troubleshoot-wiiu" href="/guides?guide=troubleshoot-wiiu">Troubleshooting - Wii U</a>
<a class="guide" id="troubleshoot-cemu" href="/guides?guide=troubleshoot-cemu">Troubleshooting - Cemu</a>
</div>
<div class="guide-content" id="guide-contents">
<h3>Loading...</h3>
</div>
<div class="guide-content" id="g-troubleshoot" style="display: none;">
<h2>Troubleshooting - Wii U</h2>
<h3>I'm getting error code 118-XXXX when joining Splatoon matches</h3>
<p>
Error codes starting with 118 refer to the Peer to Peer connection.
Either your connection or the connection of the host console is bad, resulting in errors like this.
Ensure that your NAT type is either A or B (preferrably A) and try again.
</p>
<h3>I'm getting error code 616-XXXX when booting into the SPFN environment</h3>
<p>SPFN requires you to be on the latest version of Aroma. Open the Aroma Updater while in the SPFN environment and update it.</p>
<h3>My error isn't listed</h3>
<p><a href="https://discord.gg/grMSxZf" target="_blank">Join the Discord</a> and ask in the assistance channel</p>
</div>
</div>
<script type="text/javascript" src="/js/guides.js"></script>
</main>
<footer>
<p class="center">Need assistance? <a href="https://discord.gg/grMSxZf" target="_blank">Join the Discord</a></p>
</footer>
</body>
</html>