view lib/htmlheader.R @ 0:1d1b9e1b2e2f draft

Uploaded
author petr-novak
date Thu, 19 Dec 2019 10:24:45 -0500
parents
children
line wrap: on
line source

htmlheader="
<html xmlns:mml=\"http://www.w3.org/1998/Math/MathML\">
  <head>
    <meta charset=\"utf-8\"/>	
    <title> PAGE_TITLE </title>
    <link rel=\"stylesheet\" href=\"style1.css\">
  </head>
"