This repository has been archived on 2025-02-18. You can view files and clone it, but cannot push or open issues or pull requests.
pontus-mail/src/reg-success.ejs

8 lines
386 B
Plaintext

<%- include('shards/header', { title: 'Registration Successful - p0ntus mail' }) %>
<div class="container">
<%- include('shards/nav', { currentPage: 'register' }) %>
<i class="il mt-5">Registration Submitted</i>
<hr>
<p>Your request has been submitted successfully. You can check the status of your request <a href="/request">here</a>.</p>
</div>
<%- include('shards/footer') %>