Files
nginx/public/index.html
2026-01-05 13:37:38 +05:00

8 lines
181 B
HTML

<!DOCTYPE html>
<html>
<head><title>Hello World</title></head>
<body>
<h1>🚀 Hello from GitOps!</h1>
<p>Deployed via Argo CD. Commit SHA: {{ .Commit }}</p>
</body>
</html>