/
githubmirror
/
rclone
Обзор
Документация
Войти
/
githubmirror
/
rclone
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
cmd/serve/http/testdata/golden/testindex.html
11 строк
226 B
calisro
http: improved directory listing with new template from Caddy project
08 май 2020, 18:15
Не верифицирован
08 май 2020, 18:15
c80b6d9
Код
Авторство
О чём код?
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>{{ .Title }}</title> </head> <body> <h1>{{ .Title }}</h1> {{ range $i := .Entries }}<a href="{{ $i.URL }}">{{ $i.Leaf }}</a><br /> {{ end }}</body> </html>