freibier.ccHomepage/index.html
2020-12-08 15:19:50 +01:00

34 lines
1.2 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!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://test.freibier.cc/style/fonts/HKGrotesk_2466/hk-grotesk.css" type="text/css"/>
<!-- <link rel="stylesheet" href="./style/bootstrap/css/bootstrap.min.css"> -->
<link rel="stylesheet" href="./style/freibier.css">
</head>
<body>
<div id="center">
<header class="header">
<input class="menu-btn" type="checkbox" id="menu-btn" />
<label class="menu-icon" for="menu-btn"><span class="navicon"></span></label>
<ul class="menu">
<li><a href="/mhd/">Rezepte</a></li>
<li><a href="/shop/">Shop</a></li>
<li><a href="/diveers/">Wer wir sind</a></li>
<li><a href="/blog/">Blog</a></li>
</ul>
</header>
<div class="container">
<div class="logo">
<img src="img/logo_freibier_cc_w.svg" alt="freibier.cc" class="img-fluid">
</div>
<h1 class="title text-center">frei gebraut frei verfügbar frei verkäuflich</h1>
<div class="footer"><p><a href="impressum.html">Impressum</a> <a href="datenschutz.html">Datenschutzerklärung</a></p></div>
</div>
</div>
</body>
</html>