diff options
author | davidovski <david@davidovski.xyz> | 2021-09-29 23:18:33 +0100 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2021-09-29 23:18:33 +0100 |
commit | 62437820e4a81d6c342c57f25d8848e30000a177 (patch) | |
tree | f1b4735e7ea23a10c6ff249cced8281d8d4bc660 /templates/file.html | |
parent | e373e83006a1a322a0e68fb1baf855e96d18253f (diff) |
removed html
Diffstat (limited to 'templates/file.html')
-rw-r--r-- | templates/file.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/templates/file.html b/templates/file.html new file mode 100644 index 0000000..6171875 --- /dev/null +++ b/templates/file.html @@ -0,0 +1,7 @@ +<h1>%filename%</h1> + +<p><a href="../">../</a></p> + +<p><code>%commit%</code></p> + +%content% |