Updated website header
All checks were successful
Build and Deploy Demo App (Artifacts, GHES/Gitea-safe) / test (push) Successful in 12s
Build and Deploy Demo App (Artifacts, GHES/Gitea-safe) / build (push) Successful in 58s
Build and Deploy Demo App (Artifacts, GHES/Gitea-safe) / scan (push) Successful in 24s
Build and Deploy Demo App (Artifacts, GHES/Gitea-safe) / deploy (push) Successful in 1m8s

TEST
This commit is contained in:
2025-12-04 09:47:42 +00:00
parent 02d671d1f0
commit 2ff402a68c

View File

@@ -3,7 +3,7 @@
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="viewport" content="width=device-width, initial-scale=1">
<title>Professional Demo Site for DevOps</title> <title>Welcome to DevOps Land</title>
{{ bootstrap.load_css() }} {{ bootstrap.load_css() }}
<style> body { padding-top: 60px; } </style> <style> body { padding-top: 60px; } </style>
</head> </head>