|
| 1 | +<html> |
| 2 | + |
| 3 | +<head> |
| 4 | + <meta charset="UTF-8" /> |
| 5 | + <title>Mini-Software</title> |
| 6 | + <link rel="stylesheet" href="https://getbootstrap.com/docs/4.0/dist/css/bootstrap.min.css"> |
| 7 | + <link rel="stylesheet" href="site.css"> |
| 8 | +</head> |
| 9 | + |
| 10 | +<body class="text-center"> |
| 11 | + |
| 12 | + <div class="cover-container d-flex h-100 p-3 mx-auto flex-column"> |
| 13 | + <header class="masthead mb-auto"> |
| 14 | + <div class="inner"> |
| 15 | + <h3 class="masthead-brand">Mini-Software</h3> |
| 16 | + <nav class="nav nav-masthead justify-content-center"> |
| 17 | + <a class="nav-link active" href="https://github.com/mini-software/">Mini-Software Github</a> |
| 18 | + <a class="nav-link active" href="https://gitee.com/shps951023">Mini-Software Gitee</a> |
| 19 | + </nav> |
| 20 | + </div> |
| 21 | + </header> |
| 22 | + |
| 23 | + <main role="main" class="inner cover"> |
| 24 | + <div id="subtitle"> |
| 25 | + <h1 class="cover-heading">Power <strong class="orange">Mini-Software </strong> <br>with your donation</h1> |
| 26 | + <!-- <p class="lead">Buy me a coffee can help Mini-Software a lot.</p> --> |
| 27 | + <p class="lead"> |
| 28 | + <!-- <div href="#" class="btn btn-lg btn-secondary" onclick="getCode()">Get Lincense Code</div> --> |
| 29 | + <div href="#" class="btn btn-lg btn-secondary" onclick="donate()">Donate Mini-Software</div> |
| 30 | + </p> |
| 31 | + <h1 id='code'></h1> |
| 32 | + <hr> |
| 33 | + </div> |
| 34 | + |
| 35 | + <div id='dotnate'> |
| 36 | + |
| 37 | + <!-- alipay --> |
| 38 | + <h1 class="cover-heading">Alipay - 支付宝</h1> |
| 39 | + <a href="https://user-images.githubusercontent.com/12729184/150716115-a56dc7f6-d9a7-4f2e-9eed-2b2e0b1e9f9c.png"> |
| 40 | + <img src="https://user-images.githubusercontent.com/12729184/150716115-a56dc7f6-d9a7-4f2e-9eed-2b2e0b1e9f9c.png" |
| 41 | + alt="alipay" width="200px"> |
| 42 | + </a> |
| 43 | + <a href="https://user-images.githubusercontent.com/12729184/150735491-822d4a95-4b45-40fb-b0b0-08731b29dd74.png"> |
| 44 | + <img src="https://user-images.githubusercontent.com/12729184/150735491-822d4a95-4b45-40fb-b0b0-08731b29dd74.png" |
| 45 | + alt="alipay" width="200px"> |
| 46 | + </a> |
| 47 | + <hr> |
| 48 | + <!-- YuShan --> |
| 49 | + <h1 class="cover-heading">E.SUN Bank 玉山銀行</h1> |
| 50 | + <p class="lead"> |
| 51 | + Bank Code 銀行代號 808<br> |
| 52 | + Account 賬號 705979061551 |
| 53 | + </p> |
| 54 | + <hr> |
| 55 | + <form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top"> |
| 56 | + <input type="hidden" name="cmd" value="_s-xclick"> |
| 57 | + <input type="hidden" name="hosted_button_id" value="XF7U44UHSW9F6"> |
| 58 | + <input type="hidden" name="on0" value="Plan"> |
| 59 | + <h1>PayPal</h1> |
| 60 | + <select name="os0" class="form-control"> |
| 61 | + <option value="Plan1">Plan1 $5.00 USD</option> |
| 62 | + <option value="Plan2">Plan2 $15.00 USD</option> |
| 63 | + <option value="Plan3">Plan3 $25.00 USD</option> |
| 64 | + <option value="Plan4">Plan4 $35.00 USD</option> |
| 65 | + <option value="Plan5">Plan5 $45.00 USD</option> |
| 66 | + </select> |
| 67 | + <br> |
| 68 | + <input type="hidden" name="currency_code" value="USD"> |
| 69 | + <input type="submit" class="btn btn-success" border="0" name="submit" alt="PayPal" value="Buy"> |
| 70 | + <img alt="" border="0" src="https://www.paypalobjects.com/zh_TW/i/scr/pixel.gif" width="1" height="1"> |
| 71 | + </form> |
| 72 | + |
| 73 | + <hr> |
| 74 | + </div> |
| 75 | + </main> |
| 76 | + |
| 77 | + <footer class="mastfoot mt-auto"> |
| 78 | + <div class="inner"> |
| 79 | + <p>Mini-Software by <a href="https://github.com/shps951023">@Wei Lin</a>.</p> |
| 80 | + </div> |
| 81 | + </footer> |
| 82 | + </div> |
| 83 | + |
| 84 | + <script type="text/javascript"> |
| 85 | + var sc_project = 12704976; |
| 86 | + var sc_invisible = 1; |
| 87 | + var sc_security = "e9b8b974"; |
| 88 | + </script> |
| 89 | + <script type="text/javascript" src="https://www.statcounter.com/counter/counter.js" async></script> |
| 90 | + <noscript> |
| 91 | + <div class="statcounter"><a title="Web Analytics" href="https://statcounter.com/" target="_blank"><img |
| 92 | + class="statcounter" src="https://c.statcounter.com/12704976/0/e9b8b974/1/" alt="Web Analytics" |
| 93 | + referrerPolicy="no-referrer-when-downgrade"></a></div> |
| 94 | + </noscript> |
| 95 | + <!-- End of Statcounter Code --> |
| 96 | +</body> |
| 97 | + |
| 98 | +</html> |
0 commit comments