1
Fork 0
mirror of https://github.com/RGBCube/Site synced 2025-08-01 13:37:49 +00:00

Fix GitHub link

This commit is contained in:
RGBCube 2023-12-31 19:17:19 +03:00
parent c74034f17d
commit da59482348
No known key found for this signature in database

View file

@ -22,7 +22,7 @@ pub async fn handler() -> actix_web::Result<Markup> {
} }
}, },
html! { html! {
a href="/github" { a href="https://github.com/RGBCube" {
div class="frame" { div class="frame" {
"github" "github"
} }