mirror of
https://codeberg.org/demostf/frontend.git
synced 2026-06-03 10:14:13 +02:00
add code link to about
This commit is contained in:
parent
6d351a1aae
commit
91315e280f
1 changed files with 12 additions and 0 deletions
|
|
@ -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 {
|
||||
.title {
|
||||
h3 { "API" }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue