Skip to content

Commit 109d351

Browse files
Merge pull request #12 from kcs1959/test3
良いボタンを追加しました。
2 parents 23b26fa + be9d933 commit 109d351

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

groups.html

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,11 @@ <h2>KCSゲーム部班</h2>
8080
<li>原神・崩壊のスターレイル</li>
8181
<p>めちゃんこかっちょええです。</p>
8282
</ul>
83+
<button onclick="alert('大凶!!')" class="btn1">押すといいことがあるよ!!</button>
8384
</body>
84-
85+
<style>
86+
.btn1{
87+
color: yellow;
88+
}
89+
</style>
8590
</html>

0 commit comments

Comments
 (0)