mirror of
https://github.com/NaiboWang/EasySpider.git
synced 2025-04-22 10:25:25 +08:00
15 lines
254 B
HTML
15 lines
254 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<title>Devtools</title>
|
|
<link rel="stylesheet" type="text/css" href="../styles/devtools.css">
|
|
</head>
|
|
<body>
|
|
|
|
<h1>Devtools</h1>
|
|
|
|
<script src="../scripts/popup.js"></script>
|
|
</body>
|
|
</html>
|