Compare commits

...

2 Commits

Author SHA1 Message Date
34e3e886ee Merge pull request 'some changes' (#1) from some_changes into main
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Reviewed-on: #1
2026-02-14 20:04:14 +00:00
Mikhail Kilin
4e4f54377b some changes 2026-02-14 23:02:28 +03:00

View File

@@ -13,5 +13,5 @@ async fn main() {
}
async fn handler() -> Html<&'static str> {
Html("<h1>Mikhail Kilin</h1><p>Full CI/CD pipeline works!</p>")
Html("<h1>Mikhail Kilin</h1>")
}