diff options
Diffstat (limited to 'gsp.5')
-rw-r--r-- | gsp.5 | 11 |
1 files changed, 7 insertions, 4 deletions
@@ -21,10 +21,13 @@ document might look as follows: .Bd -literal -offset indent html lang="en" { head { - meta charset="UTF-8" - meta name="viewport" content="width=device-width, initial-scale=1.0" - link href="/favicon.svg" rel="shortcut icon" type="image/svg" - link href="/style.svg" rel="stylesheet" + meta charset="UTF-8" {} + meta + name="viewport" + content="width=device-width, initial-scale=1.0" + {} + link href="/favicon.svg" rel="shortcut icon" type="image/svg" {} + link href="/style.svg" rel="stylesheet" {} title {-My Website Title} } body { |