moved default style into main style

This commit is contained in:
Stavros Polymenis 2016-10-30 11:47:26 +00:00
parent 232e9264e8
commit be8f9b52f2

View File

@ -2,7 +2,7 @@ open Tyxml.Html
let to_string tyxml = Format.asprintf "%a" (Tyxml.Html.pp ()) tyxml
let head ?(style="/static/style.css") t =
let head ?(style="/static/main.css") t =
head (title (pcdata t)) [
link ~rel:[`Stylesheet] ~href:style ();
meta ~a:[a_charset "utf-8"] ();