This commit is contained in:
Mikhail Kilin
2026-02-15 14:46:39 +03:00
parent d00e601f16
commit 1870889abb

View File

@@ -11,5 +11,5 @@ async fn main() {
} }
async fn handler() -> Html<&'static str> { async fn handler() -> Html<&'static str> {
Html("<h1>Mikhail Kilin</h1><p>bcard v2 — deployed via Woodpecker CI + ArgoCD</p>") Html("<h1>Mikhail Kilin</h1>")
} }