diff options
Diffstat (limited to 'templates/upload.hbs')
| -rw-r--r-- | templates/upload.hbs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/upload.hbs b/templates/upload.hbs index ca57d4f..fa6dfb1 100644 --- a/templates/upload.hbs +++ b/templates/upload.hbs @@ -1,13 +1,13 @@ <!DOCTYPE html> <html> <head> - <title>бирка-тян - Upload File</title> + <title>Kona - Upload File</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> <h2>Upload a file</h2> |