mirror of
https://github.com/NaiboWang/EasySpider.git
synced 2025-04-21 21:25:21 +08:00
18 lines
330 B
HTML
18 lines
330 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<title>Options</title>
|
|
<link rel="stylesheet" type="text/css" href="../styles/options.css">
|
|
</head>
|
|
<body>
|
|
|
|
<label>
|
|
<input type="checkbox" name="examplOption" checked>
|
|
Example Option
|
|
</label>
|
|
|
|
<script src="../scripts/options.js"></script>
|
|
</body>
|
|
</html>
|