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
22 lines
506 B
Handlebars
22 lines
506 B
Handlebars
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
{{> head-common }}
|
|
<!-- page specific -->
|
|
<link rel="stylesheet" href="/assets/css/pretendo-contact.css">
|
|
</head>
|
|
<body class="flex">
|
|
{{> navbar }}
|
|
|
|
<div class="contentWrapper bgLinesSmall">
|
|
<div class="bgExtrude"></div>
|
|
<section class="bigCardWrapper">
|
|
<div class="bigCard">
|
|
<p class="txt-highlight">404</p>
|
|
<h1 class="txt-title">{{ locale.404.title }}</h1>
|
|
</div>
|
|
</section>
|
|
</div>
|
|
{{> footer-default }}
|
|
</body>
|
|
</html> |