Compare commits

..

2 Commits

Author SHA1 Message Date
e823d59821 Merge pull request 'fixes' (#2) from some_changes into main
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Reviewed-on: #2
2026-02-15 11:47:39 +00:00
Mikhail Kilin
1870889abb fixes 2026-02-15 14:46:39 +03:00

View File

@@ -11,5 +11,5 @@ async fn main() {
}
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>")
}