website/views/connecting.hbs
2020-03-09 13:13:12 +01:00

21 lines
522 B
Handlebars

<!DOCTYPE html>
<html lang="en">
<head>
{{> head-common }}
</head>
<body class="flex">
{{> navbar }}
<div class="contentWrapper bgLinesSmall">
<div class="bgExtrude"></div>
<section class="bigCardWrapper">
<div class="bigCard">
<h1 class="txt-title">Connecting</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</h2>
</div>
</section>
</div>
{{> footer-default }}
</body>
</html>