質問編集履歴
1
アカウント作成ボタンの表示が「ログイン」になっていました
title
CHANGED
File without changes
|
body
CHANGED
@@ -41,7 +41,7 @@
|
|
41
41
|
<label for="inputPassword1">パスワード</label>
|
42
42
|
<input type="password" class="form-control" id="inputPassword1" placeholder="パスワード">
|
43
43
|
</div>
|
44
|
-
<button id="login" type="submit" class="btn btn-default">
|
44
|
+
<button id="login" type="submit" class="btn btn-default">アカウント作成</button>
|
45
45
|
</form>
|
46
46
|
</div>
|
47
47
|
|