spfn-website/guides/index.html

53 lines
2.2 KiB
HTML
Raw Permalink Normal View History

2025-06-06 00:16:40 +01:00
<!DOCTYPE html>
2025-07-04 22:56:23 +01:00
<html lang="en">
2025-06-06 00:16:40 +01:00
<head>
<title>Guides | SPFN</title>
2025-09-22 18:20:59 +01:00
<link rel="icon" type="image/png" href="/res/img/spfn.png">
2025-07-04 22:56:23 +01:00
2025-06-10 12:19:15 +01:00
<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">
2025-07-04 22:56:23 +01:00
2025-06-10 12:16:30 +01:00
<link rel="stylesheet" href="/css/style.css">
2025-07-04 22:56:23 +01:00
<script src="https://cdn.jsdelivr.net/npm/marked/marked.min.js"></script>
2025-06-06 00:16:40 +01:00
</head>
<body>
<header>
2025-06-06 13:03:02 +01:00
<div style="display: flex;">
<img style="width: 96px; padding: 0px; margin: 0 auto" src="/res/img/spfn.png">
2025-06-06 13:03:02 +01:00
<h2 style="font-size: 32px; margin: auto; padding: 12px">Guides</h2>
2025-06-06 00:16:40 +01:00
</div>
<nav>
<ul class="nav-links">
<a href="/"><button class="header-button">Home</button></a>
2025-06-10 12:16:30 +01:00
<a href="/guides"><button class="header-button active">Guides</button></a>
<a href="/downloads"><button class="header-button">Downloads</button></a>
2025-06-06 00:16:40 +01:00
<a href="/account"><button class="header-button">Account</button></a>
</ul>
</nav>
</header>
<main>
2025-06-06 13:03:02 +01:00
<div class="guide-container">
<div class="guide-buttons">
2025-07-04 22:56:23 +01:00
<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>
2025-06-06 13:03:02 +01:00
</div>
2025-06-06 00:16:40 +01:00
2025-07-04 22:56:23 +01:00
<div class="guide-content" id="guide-contents">
<h3>Loading...</h3>
2025-06-06 13:03:02 +01:00
</div>
2025-06-06 00:16:40 +01:00
</div>
2025-06-10 12:16:30 +01:00
<script type="text/javascript" src="/js/guides.js"></script>
2025-06-06 00:16:40 +01:00
</main>
<footer>
<p class="center">Need assistance? <a href="https://discord.gg/grMSxZf" target="_blank">Join the Discord</a></p>
2025-06-06 00:16:40 +01:00
</footer>
2025-07-04 22:56:23 +01:00
</body>
</html>