view lib/htmlheader.R @ 10:6212933b1a83 draft

Uploaded
author petrn
date Thu, 02 Jan 2020 10:23:49 +0000
parents f6ebec6e235e
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>
"