mirror of
https://github.com/NaiboWang/EasySpider.git
synced 2025-04-22 21:10:28 +08:00
20 lines
645 B
HTML
20 lines
645 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>EasySpider Control Panel</title>
|
|
<link rel="stylesheet" href="style/bootstrap.min.css">
|
|
</head>
|
|
<body class="p-4">
|
|
<div class="text-center">
|
|
<!-- <h3>操作</h3>-->
|
|
<p id="title">可执行操作</p>
|
|
<button id="show-toolkit" class="btn btn-primary" style="width: 200px">显示EasySpider操作台</button>
|
|
<p></p>
|
|
<button id="close-toolkit" class="btn btn-danger" style="width: 200px">隐藏EasySpider操作台</button>
|
|
</div>
|
|
<script src="popup.js"></script>
|
|
</body>
|
|
</html>
|