diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/root.templ | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/root.templ b/templates/root.templ index d372766..722aa2c 100644 --- a/templates/root.templ +++ b/templates/root.templ @@ -11,7 +11,7 @@ templ Root(head, body templ.Component) { <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <link rel="stylesheet" type="text/css" href="/style.css"> + <link rel="stylesheet" type="text/css" href="/style.css" /> <title>Euro Cash</title> if head != nil { @head |