mirror of
https://git.mirrors.martin98.com/https://github.com/cilame/v_jstools
synced 2025-10-04 19:36:36 +08:00
16 lines
370 B
HTML
16 lines
370 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>配置页面</title>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
|
</head>
|
|
<body>
|
|
|
|
<div id="getsets" style="float: left"></div>
|
|
<div id="funcs" style="float: left"></div>
|
|
<script src="options.js"></script>
|
|
|
|
</body>
|
|
</html> |