]> git.immae.eu Git - perso/Immae/Projets/Nodejs/Surfer.git/blob - views/file.ejs
initial commit
[perso/Immae/Projets/Nodejs/Surfer.git] / views / file.ejs
1 <html>
2 <head>
3 <title> File </title>
4 </head>
5
6 <body>
7
8 File <%= filePath %>:
9
10 <pre>
11 <%= fileContent %>
12 </pre>
13
14 </body>
15 </html>