trixie/templates/success.html
Elara6331 2b23f0caef
Some checks failed
ci/woodpecker/tag/manifest unknown status
ci/woodpecker/tag/build/1 Pipeline failed
ci/woodpecker/tag/build/2 Pipeline failed
Initial Commit
2025-05-16 16:39:55 +02:00

10 lines
693 B
HTML

#macro("content"):
<p class="has-text-primary has-text-centered">
<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100" viewBox="0 0 24 24"><g fill="currentColor"><path d="M10.243 16.314L6 12.07l1.414-1.414l2.829 2.828l5.656-5.657l1.415 1.415z"/><path fill-rule="evenodd" d="M1 12C1 5.925 5.925 1 12 1s11 4.925 11 11s-4.925 11-11 11S1 18.075 1 12m11 9a9 9 0 1 1 0-18a9 9 0 0 1 0 18" clip-rule="evenodd"/></g></svg>
</p>
<p class="title has-text-centered has-text-primary">Welcome, #(dispName)!</p>
<p class="subtitle has-text-centered">Your account has been created successfully. You can now log in from any Matrix client!</p>
#!macro
#include("base.html")