diff --git a/views/index.html b/views/index.html index 6607f13f1..51cdb106a 100644 --- a/views/index.html +++ b/views/index.html @@ -4,38 +4,93 @@ - + - +
-

✧*。٩(ˊᗜˋ*)و✧*。

- <% if (Object.keys(it.data).length === 0) { %> + <% if (Object.keys(it.data).length===0) { %>

No resources found in JSON file

<% } %> <% Object.entries(it.data).forEach(function([name]) { %> -
- /<%= name %> - - <% if (Array.isArray(it.data[name])) { %> - - <%= it.data[name].length %> <%= it.data[name].length > 1 ? 'items' : 'item' %> +
+ + <% }) %>
- + \ No newline at end of file