Skip to content

Commit 53108ca

Browse files
authored
書籍検索システムのフォーマットの改善 (#759)
1 parent 420bc7a commit 53108ca

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/3-web-servers/06-form/_samples/book-search-system/static/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
<html lang="ja">
33
<head>
44
<meta charset="UTF-8" />
5-
<title>Document</title>
5+
<title>書籍検索システムの解答例</title>
66
</head>
77
<body>
88
<form action="/send">
99
<input name="author" />
10-
<button>送信</button>
10+
<button>検索</button>
1111
</form>
1212
</body>
1313
</html>

docs/3-web-servers/06-form/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ const evenNumbers = numbers.filter((number) => number % 2 === 0);
151151
```html title="static/index.html"
152152
<form action="/send">
153153
<input name="author" />
154-
<button>送信</button>
154+
<button>検索</button>
155155
</form>
156156
```
157157

0 commit comments

Comments
 (0)