website/views/cemu.hbs
Montelion a231538872
Every translatable text is now in US_en.json
Every translatable word/sentence now refers to its file in /locales. This means that translations are now easier to make (you just need to create a REGIONCODE_languagecode.json in locales with the translated .json)
2020-04-22 22:23:05 +02:00

21 lines
442 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">{{ locale.cemu.title }}</h1>
<h2>{{ locale.connecting.text }}</h2>
</div>
</section>
</div>
{{> footer-default }}
</body>
</html>