Files
landingpage-haus-schleusingen/test-pipeline-marker.html
Claw AI 7be0a2e9d5
Some checks failed
Deploy Feature Branch to Test / deploy (push) Failing after 42s
test: add pipeline test marker
2026-05-14 08:59:26 +00:00

10 lines
320 B
HTML

<!DOCTYPE html>
<html>
<head><title>Pipeline Test ✅</title></head>
<body style="font-family:sans-serif;text-align:center;padding:50px;">
<h1>🚀 Pipeline Deployment funktioniert!</h1>
<p>Diese Datei wurde automatisch über die Gitea Actions Pipeline deployed.</p>
<p>Branch: feature/test-pipeline</p>
</body>
</html>