forked from rDrama/rDrama
1
0
Fork 0
rDrama/files/templates/casino/rehab.html

12 lines
474 B
HTML
Raw Normal View History

{% extends "default.html" %} {% block content %}
<div style="text-transform: uppercase; letter-spacing: 2px; display: flex; flex-direction: column; align-items: center;">
2022-10-28 23:39:31 +00:00
<div style="margin-top: 3rem;">
<h2>No one was there for Britney…</h2>
</div>
<div style="text-align: right; margin-bottom: 3rem;">
<h2>…but were here for you. Youve been checked into Rehab.</h2>
</div>
<img src="/i/rDrama/brit.webp" style="text-align: center">
</div>
{% endblock %}