mirror of
https://github.com/PretendoNetwork/website.git
synced 2026-04-26 01:49:23 -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
21 lines
514 B
Handlebars
21 lines
514 B
Handlebars
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
{{> head-common }}
|
|
</head>
|
|
<body>
|
|
{{> navbar }}
|
|
|
|
<div class="contentWrapper bgLinesSmall">
|
|
<div class="bgExtrude"></div>
|
|
|
|
<section class="bigCardWrapper">
|
|
<div class="bigCard">
|
|
<h1 class="txt-title">Cemu</h1>
|
|
<h2>Pretendo is currently not usable by the general public. When the network becomes public, this will contain steps on connecting to the network using Cemu</h2>
|
|
</div>
|
|
</section>
|
|
</div>
|
|
{{> footer-default }}
|
|
</body>
|
|
</html> |