AutoRedirector/popup.html
changjin wei(魏昌进) d070acd772 readme
2025-02-03 03:42:28 +08:00

43 lines
1.0 KiB
HTML
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>My First Extension</title>
<style>
body {
width: 405px;
/* height: 400px; */
font-family: Arial, sans-serif;
}
button {
width: 100%;
height: 40px;
background-color: #4CAF50;
color: white;
border: none;
cursor: pointer;
}
button:hover {
background-color: #45a049;
}
</style>
<link rel="stylesheet" href="./simple.css">
</head>
<body>
<button id="openOptions">打开测试网页</button>
<button id="newIssue">新的中转链接反馈 或 bug反馈</button>
<p></p>
<h3 class="rainbow">善良的好人们行行好施舍点银子给我买包烟吧一块两块不嫌少三块四块会更好赠人香烟手有余香。——by爱抽烟的人</h3>
<p></p>
<img width="200" height="300" style="display: inline-block" src="images/WeChatPay.png">
<img width="200" height="300" style="display: inline-block" src="images/AliPay.png">
<script src="popup.js"></script>
</body>
</html>