Files
BSN-Chatsystem/spiele_offensive_deals.html
T
Hermes Agent 2a06bcaee0 fix: <style>-Blöcke aus allen 24 Artikeln entfernt + Skill korrigiert
- artikel_*.html: 24 Dateien von <style>-Blöcken befreit (body, max-width zerstören Joomla)
- journalistic-article-writing SKILL.md: falsche 'AUSNAHME 09.07.' entfernt
- Ursache: Skill-Kommentar erlaubte Sub-Agenten <style> 'für Vorschau' — kein Gatekeeper existiert
2026-07-09 23:30:55 +02:00

41 lines
2.8 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>Spiele-Offensive.de Deals 08.07.2026 03:09</title>
<style>
* { margin:0; padding:0; box-sizing:border-box; }
body { font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif; background:#f0f2f5; color:#1a1a2e; padding:20px; }
.header { background:linear-gradient(135deg,#e63946,#c1121f); color:white; padding:30px; border-radius:12px; margin-bottom:24px; text-align:center; }
.header h1 { font-size:28px; margin-bottom:6px; }
.header p { font-size:14px; opacity:0.9; }
.stats { display:flex; gap:16px; justify-content:center; margin-bottom:24px; flex-wrap:wrap; }
.stat { background:white; padding:14px 24px; border-radius:10px; box-shadow:0 2px 8px rgba(0,0,0,0.08); text-align:center; }
.stat .num { font-size:26px; font-weight:700; color:#e63946; }
.stat .label { font-size:12px; color:#666; margin-top:2px; }
.grid { display:grid; grid-template-columns:repeat(auto-fill,minmax(340px,1fr)); gap:16px; }
.card { background:white; border-radius:12px; padding:20px; box-shadow:0 2px 12px rgba(0,0,0,0.06); transition:transform 0.15s,box-shadow 0.15s; border-left:4px solid #e63946; display:flex; flex-direction:column; }
.card:hover { transform:translateY(-2px); box-shadow:0 6px 20px rgba(0,0,0,0.12); }
.card-top { display:flex; justify-content:space-between; align-items:flex-start; gap:12px; }
.card-name { font-size:16px; font-weight:600; color:#1a1a2e; line-height:1.3; flex:1; }
.card-badge { padding:4px 10px; border-radius:20px; font-size:13px; font-weight:700; white-space:nowrap; color:white; }
.card-prices { margin-top:14px; display:flex; align-items:baseline; gap:12px; }
.card-old { font-size:15px; color:#999; text-decoration:line-through; }
.card-new { font-size:24px; font-weight:700; color:#e63946; }
.card-bottom { margin-top:14px; font-size:12px; color:#888; display:flex; gap:12px; flex-wrap:wrap; }
.card-link { margin-top:auto; padding-top:14px; }
.card-link a { display:inline-block; background:#e63946; color:white; padding:8px 18px; border-radius:6px; text-decoration:none; font-size:13px; font-weight:500; }
.card-link a:hover { background:#c1121f; }
.source-tag { font-size:11px; background:#f0f0f0; padding:2px 8px; border-radius:4px; color:#666; }
.footer { margin-top:30px; text-align:center; font-size:11px; color:#999; }
</style>
</head>
<body>
<div class="header">
<h1>🎲 Spiele-Offensive.de Aktuelle Deals</h1>
<p>Stand: 08.07.2026 03:09 Automatisch aktualisiert</p>
</div>
<div class="stats">
<div class="stat"><div class="num">0</div><div class="label">Angebote</div></div>
</div><div class="grid"></div><div class="footer"><p>brettspiel-news.de Spiele-Offensive Deal-Scraper 08.07.2026 03:09</p></div></body></html>