mirror of
https://github.com/fumiama/terasu-cloudflared.git
synced 2026-06-22 20:20:59 +08:00
TUN-528: Move cloudflared into a separate repo
This commit is contained in:
13
vendor/github.com/mholt/caddy/caddyhttp/browse/testdata/photos.tpl
generated
vendored
Normal file
13
vendor/github.com/mholt/caddy/caddyhttp/browse/testdata/photos.tpl
generated
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Template</title>
|
||||
</head>
|
||||
<body>
|
||||
{{.Include "header.html"}}
|
||||
<h1>{{.Path}}</h1>
|
||||
{{range .Items}}
|
||||
<a href="{{.URL}}">{{.Name}}</a><br>
|
||||
{{end}}
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user