aboutsummaryrefslogblamecommitdiffhomepage
path: root/views/file.ejs
blob: 0b62b98f02501480c637e6e8eecab01a25a87ab8 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15














                         
<html>
<head>
    <title> File </title>
</head>

<body>

File <%= filePath %>:

<pre>
<%= fileContent %>
</pre>

</body>
</html>