Compare commits

...

2 Commits

Author SHA1 Message Date
Jan Jastrow 863a672f8d HTML head 2020-04-20 23:16:04 +02:00
Jan Jastrow aed3c797b1 Dönerliste hinzugefügt 2020-04-20 23:15:48 +02:00
1 changed files with 14 additions and 0 deletions

View File

@ -2,10 +2,24 @@
<html>
<head>
<title>Flensburch.de</title>
<meta http-equiv="content-type" content="text/html" charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="description" content="Eine Ansammlung von Tipps und Hinweisen für die nördlichste Küstenstadt.">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/kognise/water.css@latest/dist/dark.min.css">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<h1>Flensburch.de</h1>
<h2>Essen</h2>
<h3>Döner</h3>
<ul>
<li>Has Bingöl</li>
<li>Ostsee Snack</li>
<li>Fördedöner</li>
<li>Kebab Brothers</li>
<li>Döner Werk<br />
<a href="https://flensburg-galerie.de/shops/doener-werk/">Link</a></li>
</ul>
</body>
</html>