Update: Add live update demonstration banner

This commit is contained in:
govardhan
2025-11-15 09:54:37 +05:30
parent 5fc76658b2
commit f958776e59

View File

@ -113,8 +113,20 @@ data:
</head>
<body>
<div class="container">
<h1><span class="emoji">🚀</span> Fleet GitOps Demo</h1>
<p class="subtitle">Deployed automatically from Gitea!</p>
<h1><span class="emoji">🚀</span> Fleet GitOps Demo - UPDATED!</h1>
<p class="subtitle">🔄 Auto-deployed from Gitea in real-time!</p>
<div style="background: #4caf50; color: white; padding: 15px; border-radius: 10px; text-align: center; margin: 20px 0; animation: pulse 2s infinite;">
<h2 style="margin: 0; color: white;">✨ Live Update Demonstration ✨</h2>
<p style="margin: 10px 0 0 0; color: white;">This content was updated via Git push and auto-deployed by Fleet!</p>
</div>
<style>
@keyframes pulse {
0%, 100% { transform: scale(1); }
50% { transform: scale(1.02); }
}
</style>
<div style="text-align: center; margin: 20px 0;">
<span class="badge">Kubernetes v1.28.15</span>