diff options
Diffstat (limited to 'html/tip-template.html')
-rw-r--r-- | html/tip-template.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/html/tip-template.html b/html/tip-template.html new file mode 100644 index 0000000..1362574 --- /dev/null +++ b/html/tip-template.html @@ -0,0 +1,11 @@ +<div id="fragment"> + <p class="commit-title" /> + <div class="commit-meta"> + <span class="commit-author"></span> + authored on + <time class="commit-time" is="relative-time" /> + </div> + <div class="commit-body"> + <pre /> + </div> +</div> |