add code link to about

This commit is contained in:
Robin Appelman 2024-12-21 22:56:09 +01:00
commit 91315e280f

View file

@ -60,6 +60,18 @@ impl Page for AboutPage {
"." "."
} }
} }
section {
.title {
h3 { "Code" }
}
p {
"All code making up demos.tf is open source and can be found ad "
a href = "https://github.com/demostf" { "Github" }
" or "
a href = "https://git.demos.tf/demostf" { "git.demos.tf" }
"."
}
}
section { section {
.title { .title {
h3 { "API" } h3 { "API" }