summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/image.hbs4
-rw-r--r--templates/index.hbs4
-rw-r--r--templates/upload.hbs4
3 files changed, 6 insertions, 6 deletions
diff --git a/templates/image.hbs b/templates/image.hbs
index 7641820..2cb1708 100644
--- a/templates/image.hbs
+++ b/templates/image.hbs
@@ -1,13 +1,13 @@
<!DOCTYPE html>
<html>
<head>
- <title>бирка-тян - {{ orig_filename }}</title>
+ <title>Kona - {{ orig_filename }}</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>{{ orig_filename }}</h2>
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}}
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>