Skip to main content

max / makenotwork

571 B · 14 lines History Blame Raw
1 {% extends "base.html" %}
2
3 {% block title %}Account Deleted - Makenot.work{% endblock %}
4 {% block body_attrs %} class="centered-page centered-wrapper"{% endblock %}
5
6 {% block content %}
7 <div class="message-container">
8 <h1 class="brand-h1">Account Deleted</h1>
9 <p>Your account and all associated data have been permanently deleted.</p>
10 <p>Thank you for using Makenot.work. If you ever want to return, you're always welcome to create a new account.</p>
11 <a href="/" class="btn-primary home-link">Return Home</a>
12 </div>
13 {% endblock %}
14