UNPKG

file-server-plus

Version:
21 lines (18 loc) 391 B
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv="X-UA-Compatible" content="ie=edge"> <title>{{title}}</title> </head> <body> <ul> {{#files}} <li> <img src={{ico}}> <a href={{url}}>{{name}}</a> </li> {{/files}} </ul> </body> </html>