Skip to content

Commit 4cdf9c5

Browse files
authored
Merge pull request #8 from sakura-editor/html-title
サブページの title タグ設定
2 parents a4f567e + e74a0aa commit 4cdf9c5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

download.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<link href="./dsk_sakura.css" type="text/css" rel="stylesheet">
1010
<link rel="shortcut icon" href="favicon.ico">
11-
<title>サクラエディタ Download</title>
11+
<title>ダウンロード - サクラエディタ</title>
1212
</head>
1313

1414
<body>

intro.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<meta name="keywords" content="エディタ,テキストエディタ,サクラエディタ" lang="ja">
1010
<link href="./dsk_sakura.css" type="text/css" rel="stylesheet">
1111
<link rel="shortcut icon" href="/favicon.ico">
12-
<title>紹介</title>
12+
<title>機能紹介 - サクラエディタ</title>
1313
</head>
1414

1515
<body>

0 commit comments

Comments
 (0)