diff options
author | Thomas Voss <mail@thomasvoss.com> | 2023-09-11 05:40:57 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2023-09-11 05:40:57 +0200 |
commit | 8059760d51cd1f8b5aae0f150c349f3ef687927e (patch) | |
tree | 9ce66f819953589649824da5ee695ee4ef787483 | |
parent | cbbbfedd615915c5ffc09fd644a787158d8ef866 (diff) |
Correct errors in README
-rw-r--r-- | README.md | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -25,10 +25,10 @@ to write JavaScript/Ruby/etc. scripts, which just isn’t good enough. ```gsp 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 { |