feat: add thank you
This commit is contained in:
@ -3,7 +3,7 @@
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>加密货币捐赠</title>
|
||||
<title>Donate to me 🥤</title>
|
||||
<link rel="icon" href="favicon.ico" />
|
||||
<link rel="stylesheet" href="styles.css" />
|
||||
</head>
|
||||
@ -15,6 +15,7 @@
|
||||
>捐赠加密货币</span
|
||||
>
|
||||
</h1>
|
||||
<div id="thank-you">非常感谢您的支持!<br />您的支持是我前进的最大动力!</div>
|
||||
<div class="donation-card">
|
||||
<div class="select-wrapper">
|
||||
<select id="blockchain" onchange="updateDonationInfo()"></select>
|
||||
|
Reference in New Issue
Block a user