peertube-instance-index-filter/templates/rejected.tmpl

13 lines
290 B
Cheetah
Raw Permalink Normal View History

2025-07-01 22:43:36 +03:00
<html>
<head>
<meta charset="utf-8">
<title>Peertube instance index - rejected</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
{{range .hosts}}
{{.}}<br>
{{end}}
</body>
</html>