mirror of https://github.com/helloxz/imgurl.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
908 B
21 lines
908 B
<?php |
|
include_once('header.php'); |
|
?> |
|
<div class="container" style = "margin-top:40px;"> |
|
<div class="row"> |
|
<div class="col-lg-10 col-md-offset-1"> |
|
<h1>捐赠版</h1> |
|
<p>ImgURL普通版和捐赠版功能上没有任何区别,不过您可以请作者喝一杯咖啡或吃一顿午餐即可获得捐赠版。可扫描下方二维码获取,留言请填写自己的网址。</p> |
|
<p><img src="https://cdn.xiaoz.me/wp-content/uploads/2013/12/juanzeng260.png" alt="" width="260" height="309" class="alignnone size-full wp-image-9144" /></p> |
|
<h3>技术支持</h3> |
|
<p>获得捐赠版的童鞋,可以去除底部版权,可提供首次安装及调试。(但不提供代码再次开发)</p> |
|
<ul> |
|
<li>Blog:<a href = "https://www.xiaoz.me/" target = "_blank">https://www.xiaoz.me/</a></li> |
|
<li>QQ:337003006</li> |
|
</ul> |
|
</div> |
|
</div> |
|
</div> |
|
<?php |
|
include_once('footer.php'); |
|
?>
|