freibier.ccHomepage/index.html
2020-11-24 18:56:29 +01:00

20 lines
823 B
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://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 class="container">
<img src="logo_freibier_cc_w.svg" alt="freibier.cc" class="center">
<h1 class="title text-center">frei gebraut frei verfügbar nicht gratis</h1>
<div class="footer"><p><a href="impressum.html">Impressum</a> <a href="datenschutz.html">Datenschutzerklärung</a></p></div>
</div>
</body>
</html>