Add meta tags
This commit is contained in:
parent
a986c22526
commit
e3ee44cd4b
1 changed files with 2 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue