Files
frontend/html/about.html
2022-02-04 21:49:53 +01:00

32 lines
984 B
HTML

<!DOCTYPE html>
<html lang="de" dir="ltr">
<head>
<link rel="stylesheet" href="../css/index.css">
<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=Roboto+Mono:wght@400;500&family=Roboto:wght@400;700&family=Staatliches:wght@400;500&display=swap" rel="stylesheet">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<div class="navigation">
<img id="logo" src="../img/logodark.svg">
<a href="../">Home</a>
<a href="#">About</a>
</div>
<div class="about-section">
<h1>About</h1>
<p>Bla Bla Bla</p>
</div>
</body>
<footer>
<div class="foot">
<a>ABOUT</a>
<a>LEGAL NOTICE</a>
<a>CONTACT</a>
</div>
</footer>
</html>