All checks were successful
Deploy to dev.bl.pixeldev.eu / deploy (push) Successful in 2s
13 lines
429 B
HTML
13 lines
429 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>Deploy Test</title>
|
|
<style>body{background:#0d0d0d;color:#e0e0e0;font-family:system-ui;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;gap:1rem;}code{color:#7c9ef5;}</style>
|
|
</head>
|
|
<body>
|
|
<h1>✅ Deploy verified</h1>
|
|
<p>Committed by OpenClaw at <code>2026-03-13 10:11:00 UTC</code></p>
|
|
</body>
|
|
</html>
|