This commit is contained in:
2026-04-22 22:27:10 +02:00
commit 259e4dd330
7 changed files with 116 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
<!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>
<a href="/en/index.html">English</a>
<a href="/de/index.html">Deutsch</a>
</nav>
</body>
</html>