diff options
Diffstat (limited to 'src/views/index.ejs')
-rw-r--r-- | src/views/index.ejs | 18 |
1 files changed, 10 insertions, 8 deletions
diff --git a/src/views/index.ejs b/src/views/index.ejs index 0e3ab11..daca490 100644 --- a/src/views/index.ejs +++ b/src/views/index.ejs @@ -1,11 +1,13 @@ <!DOCTYPE html> <html> - <head> - <meta charset="UTF-8" /> - <meta name="viewport" content="width=device-width" /> - <title>Index</title> - </head> - <body> - <% if (files) { %> <%= files %>! <% } %> - </body> +<head> + <meta charset="UTF-8"/> + <meta name="viewport" content="width=device-width"/> + <title>Index</title> +</head> +<body> +<% if (files) { %> + <%= files %> +<% } %> +</body> </html> |