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"
|
"Maud, a macro for writing HTML"
|
||||||
}
|
}
|
||||||
link rel="stylesheet" href="styles.css";
|
link rel="stylesheet" href="styles.css";
|
||||||
|
meta name="theme-color" content="#808";
|
||||||
|
meta name="viewport" content="width=device-width";
|
||||||
|
|
||||||
header {
|
header {
|
||||||
h1 {
|
h1 {
|
||||||
|
|
Loading…
Add table
Reference in a new issue