19 lines
653 B
HTML
19 lines
653 B
HTML
|
<!DOCTYPE html>
|
|||
|
<html lang="de">
|
|||
|
<head>
|
|||
|
<meta charset="utf-8" />
|
|||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|||
|
<title>freibier.cc</title>
|
|||
|
<meta charset="UTF-8">
|
|||
|
<link rel="stylesheet" media="screen" href="https://fontlibrary.org/face/hk-grotesk" type="text/css"/>
|
|||
|
<link rel="stylesheet" href="./style/freibier.css">
|
|||
|
</head>
|
|||
|
<body>
|
|||
|
<div class="wrapper">
|
|||
|
<img src="logo_freibier_cc_w_300dpi.png" alt="freibier.cc" class="center">
|
|||
|
<h1>frei gebraut – frei verfügbar – nicht gratis</h1>
|
|||
|
<div class="footer"><p><a href="impressum.html">Impressum</a></p></div>
|
|||
|
</div>
|
|||
|
</body>
|
|||
|
</html>
|