5 <meta name=
"viewport" content=
"width=device-width, initial-scale=1.0">
6 <title>Broadcaster
</title>
11 <p>All files can be downloaded from the
<a href=
"/file-downloads/">public file listing
</a>.
</p>
14 <li><b>{{.Name}}
</b><form action=
"/files/delete" method=
"POST"><input type=
"hidden" name=
"filename" value=
"{{.Name}}"><input type=
"submit" value=
"Delete"></form></li>
17 <h2>Upload New File
</h2>
19 <form action=
"/files/upload" method=
"post" enctype=
"multipart/form-data">
20 <input type=
"file" name=
"file">
21 <input type=
"submit" value=
"Upload">