Files
personal-website/template-index.html
T
2026-04-22 23:23:17 +02:00

20 lines
400 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>
<nav>
{{language-switcher}}
</nav>
<h1>{{introduction-heading}}</h1>
<p>{{introduction-subheading}}</p>
<h2>{{why-heading}}</h2>
<p>{{why-paragraph}}</p>
</body>
</html>