diff options
Diffstat (limited to 'templates/index.hbs')
| -rw-r--r-- | templates/index.hbs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/index.hbs b/templates/index.hbs index e481203..db2202d 100644 --- a/templates/index.hbs +++ b/templates/index.hbs @@ -1,13 +1,13 @@ <!DOCTYPE html> <html> <head> - <title>бирка-тян</title> + <title>Kona</title> <link rel="stylesheet" type="text/css" href="/public/css/style.css"> <meta charset="UTF-8"> </head> <body> <header> - <h1><a href="/">бирка-тян</a></h1> + <h1><a href="/">Kona</a></h1> </header> <main> {{#each images}} |