mirror of
https://github.com/PretendoNetwork/website.git
synced 2026-04-26 10:04:25 -05:00
Stripped down the website to remove account managment and API handling. These features may be brought back in the future when the network goes live. A few new pages such as the Cemu and FAQ pages were added along with a finished credits list
14 lines
541 B
Handlebars
14 lines
541 B
Handlebars
<nav class="navWrapper" id="nav">
|
|
<a class="navItem brand" href="/">{{ locale.nav.brand }}</a>
|
|
<a class="navItem" href="/connecting">Connecting</a>
|
|
<a class="navItem" href="/cemu">Cemu</a>
|
|
<a class="navItem" href="/faq">FAQ</a>
|
|
<a class="navItem" href="https://github.com/PretendoNetwork/" target="_blank">GitHub</a>
|
|
<a class="navItem" href="https://invite.gg/pretendo" target="_blank">Discord</a>
|
|
<div class="navSpread"></div>
|
|
<a class="navItem hamburger" id="navToggle">
|
|
<span></span>
|
|
<span></span>
|
|
<span></span>
|
|
</a>
|
|
</nav> |