0
0
Fork 0
mirror of https://github.com/go-gitea/gitea synced 2024-08-25 11:42:12 +02:00
gitea/templates/devtest/list.tmpl

13 lines
195 B
Handlebars
Raw Normal View History

<style>
@media (prefers-color-scheme: dark) {
:root {
color-scheme: dark;
}
}
</style>
<ul>
{{range .SubNames}}
<li><a href="{{AppSubUrl}}/devtest/{{.}}">{{.}}</a></li>
{{end}}
</ul>