Files
personal-website/template-index.html
T
2026-04-23 12:53:48 +02:00

23 lines
486 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>
<header id="about">
<h1>{{introduction-heading}}</h1>
<p>{{introduction-subheading}}</p>
</header>
<p>{{about-paragraph}}</p>
<h2 id="why">{{why-heading}}</h2>
<p>{{why-paragraph}}</p>
</body>
</html>