AutoRedirector/popup.html

43 lines
1.0 KiB
HTML
Raw Normal View History

2025-02-01 13:37:54 +08:00
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>My First Extension</title>
<style>
body {
width: 404px;
/* 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 >新的中转链接反馈 或 bug反馈</button>
<p></p>
<h3 class="rainbow">善良的好人们行行好施舍点银子给我买包烟吧一块两块不嫌少三块四块会更好赠人香烟手有余香。——by爱抽烟的人</h3>
<p></p>
<image width="200" height="300" style="display: inline-block" src="images/WeChatPay.png"></image>
<image width="200" height="300" style="display: inline-block" src="images/AliPay.png"></image>
<script src="popup.js"></script>
</body>
</html>