initial
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
<!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="/en/index.html">English</a>
|
||||
<a href="/de/index.html">Deutsch</a>
|
||||
</nav>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
Reference in New Issue
Block a user