beatify the page
This commit is contained in:
14
popup.html
14
popup.html
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user