mirror of
https://github.com/PretendoNetwork/website.git
synced 2026-08-06 10:13:05 -05:00
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)
21 lines
442 B
Handlebars
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> |