Add meta tags

This commit is contained in:
Chris Wong 2019-03-16 19:40:46 +13:00
parent a986c22526
commit e3ee44cd4b

View file

@ -56,6 +56,8 @@ crate fn main<'a>(
"Maud, a macro for writing HTML"
}
link rel="stylesheet" href="styles.css";
meta name="theme-color" content="#808";
meta name="viewport" content="width=device-width";
header {
h1 {