21 lines
739 B
PHP
21 lines
739 B
PHP
@extends('profilelayout')
|
|
@section('content')
|
|
<div class="page-header">
|
|
<h3>Donate</h3>
|
|
</div>
|
|
<div class="box">
|
|
<h4>Do you like this website?</h4>
|
|
<p>If you do show your love with a small tip in the w0bm tip jar!</p>
|
|
<p>If you tip us 5$ or more and tell us your username you will receive an icon behind your name!</p>
|
|
<p>Don't know how to get Bitcoins? You can buy Bitcoins very easily <a href="https://www.bitpanda.com/en">here</a></p>
|
|
<p>Our Wallet is: <code>1HbDdiQWAVs1zpjuAhrmBvdTjyrV84hdQ1</code></p>
|
|
<p>We appreciate every donation! <3</p>
|
|
<p>w0bm costs money... <img height="24" src="/images/fetishotter.png"></p>
|
|
<ul>
|
|
<li>15€/y for the domain</li>
|
|
<li>30€/m for the server</li>
|
|
</ul>
|
|
</div>
|
|
@include('footer')
|
|
@endsection
|