web/server/templates/main.html

10 lines
425 B
HTML
Raw Normal View History

2024-01-31 00:48:20 +00:00
<div class="container w-full md:max-w-3xl mx-auto pt-40"></div>
<div class="container w-full mx-auto pt-20 py-20 break-words">
<div class="flex flex-col items-center justify-center h-60">
<h1 class="md:max-w-3xl text-4xl font-bold text-center text-green-500 mt-8">Freedium: Your paywall breakthrough for Medium!</h1>
2024-07-20 07:14:54 +00:00
{% include 'url_box.html' %}
2024-01-31 00:48:20 +00:00
</div>
</div>
{{ postleter }}
<div class="mt-8"></div>