Commit a13b23d7 by Johannes Zellner

Remove unused files

1 parent e807872b
Showing with 0 additions and 34 deletions
<html>
<head>
<title> <%= dirPath %> </title>
</head>
<body>
Directory <%= dirPath %>:
<ul>
<% entries.forEach(function (entry) { %>
<li><a href="/api/files/<%= dirPath %>/<%= entry %>"><%= entry %></a></li>
<% }); %>
</ul>
</body>
</html>
\ No newline at end of file
<html>
<head>
<title> File </title>
</head>
<body>
File <%= filePath %>:
<pre>
<%= fileContent %>
</pre>
</body>
</html>
\ No newline at end of file
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!