heissepreise/site/_templates/_header.html
2023-06-07 15:00:15 +02:00

17 lines
823 B
HTML

<!DOCTYPE html>
<html lang="en" class="h-full w-full">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Heisse Preise</title>
<link
rel="icon"
href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%2210 0 100 100%22><text y=%22.90em%22 font-size=%2290%22>🔥</text></svg>"
/>
<link rel="stylesheet" type="text/css" href="style.css" />
</head>
<body class="w-full min-h-full flex flex-col">
<div class="max-w-6xl mx-auto lg:py-4 flex-1 w-full">
<h2 class="bg-primary lg:rounded-t-xl text-center text-white p-3 uppercase text-2xl font-bold">🔥 Heisse Preise 🔥</h2>