20 lines
366 B
HTML
20 lines
366 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta name="robots" content="noindex nofollow">
|
|
<link rel="stylesheet" href="../styles.css">
|
|
<title>Personal Website</title>
|
|
</head>
|
|
|
|
<body>
|
|
<div>
|
|
<h1>Hi, I'm Marco</h1>
|
|
<p>and this is my website</p>
|
|
</div>
|
|
<nav>
|
|
<a href="/de/index.html">Deutsch</a>
|
|
</nav>
|
|
</body>
|
|
|
|
</html> |