mirror of
https://github.com/NaiboWang/EasySpider.git
synced 2025-04-22 15:59:39 +08:00
16 lines
314 B
HTML
16 lines
314 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<title>Popup</title>
|
|
<link rel="stylesheet" type="text/css" href="../styles/popup.css">
|
|
</head>
|
|
<body>
|
|
|
|
<h1>Visual Web Crawler</h1>
|
|
|
|
<script src="../scripts/popup.js"></script>
|
|
<script src="../scripts/baozhuangscript.js"></script>
|
|
</body>
|
|
</html>
|