21 lines
428 B
HTML
21 lines
428 B
HTML
<!DOCTYPE html>
|
|
<html lang="de">
|
|
|
|
<head>
|
|
<meta name="robots" content="noindex nofollow">
|
|
<link rel="stylesheet" href="../styles.css">
|
|
<title>Persönliche Webseite</title>
|
|
</head>
|
|
|
|
<body>
|
|
<div>
|
|
<h1>Hi, ich bin Marco</h1>
|
|
<p>und das ist meine Webseite</p>
|
|
</div>
|
|
<nav>
|
|
<a href="/en/index.html">English</a>
|
|
<a href="/de/index.html">Deutsch</a>
|
|
</nav>
|
|
</body>
|
|
|
|
</html> |