diff lib/htmlheader.R @ 0:f6ebec6e235e draft

Uploaded
author petrn
date Thu, 19 Dec 2019 13:46:43 +0000
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/lib/htmlheader.R	Thu Dec 19 13:46:43 2019 +0000
@@ -0,0 +1,8 @@
+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>
+"