mirror of
https://github.com/galaxy-sea/AutoRedirector.git
synced 2025-05-05 10:17:01 +00:00
43 lines
1.0 KiB
HTML
43 lines
1.0 KiB
HTML
<!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> |