heissepreise/site/_templates/_header.html

17 lines
823 B
HTML
Raw Normal View History

2023-05-15 18:26:47 +02:00
<!DOCTYPE html>
2023-06-06 23:56:57 +02:00
<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>
2023-06-03 22:00:52 +02:00
2023-06-06 23:56:57 +02:00
<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>