summaryrefslogtreecommitdiff
path: root/views/visit.ejs
blob: 2757f6cdcf8932017ec05ba0ed4e9d030c986e2a (plain)
1
2
3
4
5
6
7
8
9
<%- include('partials/header'); %>

<div class="text-center">
    <p class="green-text">>you didn't seed</p>
    <p class="green-text">>you don't have a positive ratio</p>
    <img src="static/images/dontleech.png" class="img-fluid">
</div>

<%- include('partials/footer'); %>