beatify the page

This commit is contained in:
bob.rao
2023-04-21 13:28:52 +08:00
parent a582bd1120
commit 0dc063bbae
3 changed files with 76 additions and 8 deletions

View File

@@ -7,9 +7,17 @@
<link rel="stylesheet" href="popup.css">
</head>
<body>
<button id="add-checkboxes">添加复选框</button>
<button id="bulk-delete">批量删除</button>
<button id="remove-checkboxes">取消复选框</button>
<div class="header">
<h1>bulk-delete-chatGPT</h1>
</div>
<div class="buttons-row">
<button id="add-checkboxes">添加复选框</button>
<button id="remove-checkboxes">去掉复选框</button>
</div>
<button id="bulk-delete">批量删除对话</button>
<div class="footer">
<p id="copyright"></p>
</div>
<script src="popup.js"></script>
</body>
</html>