feat: Update page title to celebrate webhook-powered deployment

This change should trigger the automatic deployment pipeline to test
the complete dev -> staging -> prod auto-promotion workflow
This commit is contained in:
Greg
2025-07-01 12:13:18 -07:00
parent 524f44b023
commit 57670b648c

View File

@@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>2048 Game - Knative Edition v2.0</title>
<title>2048 Game - Webhook-Powered Deployment ✨</title>
<link rel="stylesheet" href="style.css">
<link rel="icon" type="image/png" href="favicon.png">
</head>