10 lines
320 B
HTML
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>
|