Mercurial > repos > vimalkumarvelayudhan > html_export
comparison test-data/html_export.html @ 1:da900b5a0bda
Add input, test, citations parameters and test-data
author | Vimalkumar Velayudhan <vimal@biotechcoder.com> |
---|---|
date | Fri, 03 Jul 2015 12:24:49 +0100 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
0:6423c038695d | 1:da900b5a0bda |
---|---|
1 <!DOCTYPE html> | |
2 <html lang="en"> | |
3 <head> | |
4 <meta charset="utf-8"> | |
5 <title>HTML export</title> | |
6 </head> | |
7 <body> | |
8 <h3>HTML output file with link to sample text file</h3> | |
9 <p>Download: <a href="paths.txt">paths.txt</a></p> | |
10 </body> | |
11 </html> | |
12 |