rclone/cmd/serve/httplib/serve/data/templates/index.html

12 lines
226 B
HTML
Raw Normal View History

2018-12-23 00:16:50 +00:00
<!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>