forked from MarseyWorld/MarseyWorld
15 lines
613 B
HTML
15 lines
613 B
HTML
{% extends "default.html" %}
|
|
{% block pagetitle %}You're in rehab!{% endblock %}
|
|
{% block pagetype %}casino-in-rehab{% endblock %}
|
|
{% block content %}
|
|
<div style="text-transform: uppercase; letter-spacing: 2px; display: flex; flex-direction: column; align-items: center">
|
|
<div style="margin-top: 3rem">
|
|
<h2>No one was there for Britney…</h2>
|
|
</div>
|
|
<div style="text-align: right; margin-bottom: 3rem">
|
|
<h2>…but we're here for you. You've been checked into Rehab.</h2>
|
|
</div>
|
|
<img loading="lazy" src="{{SITE_FULL_IMAGES}}/i/rDrama/brit.webp" style="text-align: center">
|
|
</div>
|
|
{% endblock %}
|