This commit is contained in:
2025-02-11 17:39:20 +09:00
parent 76180121d6
commit 75dd38dcfc
13 changed files with 218 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
<!DOCTYPE html>
<html lang=en>
<meta charset=utf-8>
<head>
<link rel="stylesheet" href="button.css">
</head>
<body>
<div id="buttonDiv"></div>
<div>
<p>배경색 변경</p>
</div>
</body>
<script src="options.js"></script>
</html>