mirror of
https://codeberg.org/demostf/frontend.git
synced 2026-06-03 18:24:12 +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 {
|
section {
|
||||||
.title {
|
.title {
|
||||||
h3 { "API" }
|
h3 { "API" }
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue