comparison lib/htmlheader.R @ 8:3bc73f5dc785 draft

Uploaded
author petrn
date Fri, 20 Dec 2019 14:17:59 +0000
parents f6ebec6e235e
children
comparison
equal deleted inserted replaced
7:c56807be3b72 8:3bc73f5dc785
1 htmlheader="
2 <html xmlns:mml=\"http://www.w3.org/1998/Math/MathML\">
3 <head>
4 <meta charset=\"utf-8\"/>
5 <title> PAGE_TITLE </title>
6 <link rel=\"stylesheet\" href=\"style1.css\">
7 </head>
8 "