website/views/cemu.hbs
Jonathan Barrow 6d65ac3912 Stripped down and reworked pages
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
2020-03-08 22:25:38 -04:00

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>