[tex4ht-commits] [SCM] tex4ht updated: r493 - trunk/web

michal_h21 at gnu.org.ua michal_h21 at gnu.org.ua
Mon Jan 21 14:00:49 CET 2019


Author: michal_h21
Date: 2019-01-21 15:00:48 +0200 (Mon, 21 Jan 2019)
New Revision: 493

Modified:
   trunk/web/index.html
Log:
Added doctype and canonical url

Modified: trunk/web/index.html
===================================================================
--- trunk/web/index.html	2019-01-21 12:50:00 UTC (rev 492)
+++ trunk/web/index.html	2019-01-21 13:00:48 UTC (rev 493)
@@ -1,3 +1,4 @@
+<!DOCTYPE html>
 <html><head>
 <!-- $Id: index.html,v 1.19 2019/01/21 10:16:30 michal Exp $ -->
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
@@ -2,5 +3,7 @@
 <title>TeX4ht - TeX Users Group</title>
-<link rel="stylesheet" href="/tugstyle.css">
+<link rel="stylesheet" href="https://www.tug.org/tugstyle.css">
+<link rel="canonical" href="https://www.tug.org/tex4ht/" />
 <style type="text/css">
 table.changelog td{vertical-align: top;}
+body{line-height: 1.5;}
 </style>



More information about the tex4ht-commits mailing list