MORE LAYOUTgit add public/mobile public/nojs/ public/shoop.png resources/views/layout1/apply.blade.php resources/views/layout1/nojs.blade.php resources/views/layout1/tos.blade.php resources/views/layout4/ resources/views/layout5!

This commit is contained in:
noxy
2019-09-02 19:15:37 +00:00
parent 8dd96f7d11
commit 4c21480392
201 changed files with 33473 additions and 59 deletions

View File

@@ -0,0 +1,20 @@
@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