13 lines
770 B
HTML
13 lines
770 B
HTML
<div class="col-8 mx-auto p-4 rounded shadow-sm context-main-bg my-4">
|
|
<h2 class="text-center atb-green mb-4">Thanks for the vote of confidence!</h2>
|
|
<p class="lead">
|
|
While you were more profitable as a monthly user, I do appreciate the vote of confidence it takes to commit to 4x the cost at once.
|
|
</p>
|
|
<p class="text-muted">
|
|
There really is no more benefit than you saving money, so enjoy the features you have already come to know and enjoy.
|
|
</p>
|
|
<div class="text-center mt-4 pb-4">
|
|
{loggedin}<a href="/bugreport" class="btn btn-primary btn-lg px-5 atb-green-bg">Report a Bug</a>{/loggedin}
|
|
<a href="/contact" class="btn btn-outline-secondary btn-lg px-5 ms-3 atb-green-outline">Contact Us</a>
|
|
</div>
|
|
</div> |