mirror of
https://github.com/yaklang/yaklang-chrome-extension.git
synced 2026-09-22 03:10:43 +08:00
11 lines
195 B
HTML
11 lines
195 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>代理设置</title>
|
|
</head>
|
|
<body>
|
|
<div id="root"></div>
|
|
<script src="../options.bundle.js"></script>
|
|
</body>
|
|
</html> |