mirror of
https://github.com/healthchecks/healthchecks.git
synced 2025-04-12 00:01:19 +00:00
12 lines
237 B
HTML
12 lines
237 B
HTML
{% extends "base.html" %}
|
|
|
|
{% block content %}
|
|
<div class="row">
|
|
<div class="col-sm-6 col-sm-offset-3">
|
|
<div class="hc-dialog">
|
|
<h1>You have been unsubscribed</h1>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
{% endblock %}
|