14 lines
371 B
Text
14 lines
371 B
Text
<!doctype html>
|
|
<html lang="${locale}">
|
|
<head>
|
|
<title>${msg("accountManagementTitle")}</title>
|
|
|
|
<meta charset="utf-8">
|
|
<meta name="robots" content="noindex, nofollow">
|
|
</head>
|
|
|
|
<body>
|
|
<h1>${msg("accountManagementWelcomeMessage")}</h1>
|
|
<p>${msg("accountManagementBaseThemeCannotBeUsedDirectly")}</p>
|
|
</body>
|
|
</html>
|