20 lines
371 B
HTML
20 lines
371 B
HTML
<!DOCTYPE html>
|
|
<html lang="{{lang}}">
|
|
|
|
<head>
|
|
<meta name="robots" content="noindex nofollow">
|
|
<link rel="stylesheet" href="../styles.css">
|
|
<title>{{page-title}}</title>
|
|
</head>
|
|
|
|
<body>
|
|
<div>
|
|
<h1>{{introduction-heading}}</h1>
|
|
<p>{{introduction-subheading}}</p>
|
|
</div>
|
|
<nav>
|
|
{{language-switcher}}
|
|
</nav>
|
|
</body>
|
|
|
|
</html> |