initial
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user