Added Downloads Page, Mod Files and Updated Guides
This commit is contained in:
parent
109955f7f9
commit
9c638c039b
11 changed files with 147 additions and 9 deletions
BIN
downloads/Inkay-spfn.wms
Normal file
BIN
downloads/Inkay-spfn.wms
Normal file
Binary file not shown.
BIN
downloads/Inkay-spfn.wps
Normal file
BIN
downloads/Inkay-spfn.wps
Normal file
Binary file not shown.
62
downloads/index.html
Normal file
62
downloads/index.html
Normal file
|
|
@ -0,0 +1,62 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>Downloads | SPFN</title>
|
||||
<link rel="icon" type="image/png" href="/res/img/spfn.png">
|
||||
|
||||
<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">
|
||||
</head>
|
||||
<body>
|
||||
<header>
|
||||
<div style="display: flex;">
|
||||
<img style="width: 96px; padding: 0px; margin: 0px" src="/res/img/spfn.png">
|
||||
<h2 style="font-size: 32px; margin: auto; padding: 12px">Downloads</h2>
|
||||
</div>
|
||||
<nav>
|
||||
<ul class="nav-links">
|
||||
<a href="/"><button class="header-button">Home</button></a>
|
||||
<a href="/guides"><button class="header-button">Guides</button></a>
|
||||
<a href="/downloads"><button class="header-button active">Downloads</button></a>
|
||||
<a href="/account"><button class="header-button">Account</button></a>
|
||||
</ul>
|
||||
</nav>
|
||||
</header>
|
||||
<main>
|
||||
<div class="download-container">
|
||||
<div>
|
||||
<div class="download-category">
|
||||
<h2 class="download-category-title">Wii U</h2>
|
||||
<div class="download-link-container">
|
||||
<div class="download-link">
|
||||
<h3 class="download-title">Inkay-spfn.wps</h3>
|
||||
<p class="download-path">SD:/wiiu/environments/SPFN/plugins/Inkay-spfn.wps</p>
|
||||
<a download href="/downloads/Inkay-spfn.wps"><button class="header-button">Download</button></a>
|
||||
</div>
|
||||
<div class="download-link">
|
||||
<h3 class="download-title">Inkay-spfn.wms</h3>
|
||||
<p class="download-path">SD:/wiiu/environments/SPFN/modules/Inkay-spfn.wms</p>
|
||||
<a download href="/downloads/Inkay-spfn.wms"><button class="header-button">Download</button></a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="download-category">
|
||||
<h2 class="download-category-title">Cemu</h2>
|
||||
<div class="download-link-container">
|
||||
<div class="download-link">
|
||||
<h3 class="download-title">network_services.xml</h3>
|
||||
<p class="download-path">%appdata%/Cemu/network_services.xml</p>
|
||||
<a download href="/downloads/network_services.xml"><button class="header-button">Download</button></a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</main>
|
||||
<footer>
|
||||
<p class="center">Need assistance? <a href="https://discord.gg/grMSxZf" target="_blank">Join the Discord</a></p>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
17
downloads/network_services.xml
Executable file
17
downloads/network_services.xml
Executable file
|
|
@ -0,0 +1,17 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<content>
|
||||
<networkname>SPFN</networkname>
|
||||
<disablesslverification>1</disablesslverification>
|
||||
<urls>
|
||||
<act>https://account.spfn.net</act>
|
||||
<ecs>https://ecs.wup.shop.nintendo.net/ecs/services/ECommerceSOAP</ecs>
|
||||
<nus>https://nus.wup.shop.nintendo.net/nus/services/NetUpdateSOAP</nus>
|
||||
<ias>https://ias.wup.shop.nintendo.net/ias/services/IdentityAuthenticationSOAP</ias>
|
||||
<ccsu>https://ccs.wup.shop.nintendo.net/ccs/download</ccsu>
|
||||
<ccs>http://ccs.cdn.wup.shop.nintendo.net/ccs/download</ccs>
|
||||
<idbe>https://idbe-wup.cdn.nintendo.net/icondata</idbe>
|
||||
<boss>https://boss.spfn.net/p01/tasksheet</boss>
|
||||
<tagaya>https://tagaya.wup.shop.nintendo.net/tagaya/versionlist</tagaya>
|
||||
<olv>https://discover.olv.nintendo.net/v1/endpoint</olv>
|
||||
</urls>
|
||||
</content>
|
||||
Loading…
Add table
Add a link
Reference in a new issue