personal-website/index.html

33 lines
935 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Benjamin&rsquo;s Website</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap"
rel="stylesheet">
</head>
<body>
<nav>
<ul>
<li>Curriculum vitae</li>
<li><a href="/git/">Projects</a></li>
<li>Photography</li>
<li>Tutoring</li>
</ul>
</nav>
<main>
<h1>Benjamin&rsquo;s Website</h1>
<p>Welcome to my website. It is still under construction, the only working link is <a
href="/git/">Projects</a>, which points to my self-hosted <a
href="https://gitea.io/">Gitea</a> platform.</p>
</main>
</body>
</html>