Mercurial > repos > vimalkumarvelayudhan > html_export
diff 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 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/test-data/html_export.html Fri Jul 03 12:24:49 2015 +0100 @@ -0,0 +1,12 @@ +<!DOCTYPE html> +<html lang="en"> +<head> + <meta charset="utf-8"> + <title>HTML export</title> + </head> +<body> +<h3>HTML output file with link to sample text file</h3> +<p>Download: <a href="paths.txt">paths.txt</a></p> +</body> +</html> +