asklyphe/asklyphe-auth-frontend/templates/verify.html

27 lines
793 B
HTML
Raw Normal View History

2025-03-12 12:32:15 -07:00
{% extends "shell.html" %}
{% block title %}Verify Email{% endblock %}
{% block head %}
<link rel="stylesheet" href="/static/auth.css?git={{ git_commit }}"/>
2025-03-12 12:32:15 -07:00
{% endblock %}
{% block page %}
<div class="main">
<a id="alyphebig" href="https://asklyphe.com/">
<div id="lyphebig">
<div class="bent-surrounding">
<img id="lypheimg" src="/static/img/lyphebent.png?git={{ git_commit }}" alt="image of lyphe, our mascot!">
2025-03-12 12:32:15 -07:00
</div>
<div id="lyphetitle">
<img src="/static/img/logo.png?git={{ git_commit }}" alt="ask Lyphe!"/>
2025-03-12 12:32:15 -07:00
<p>the best search engine!</p>
</div>
</div>
</a>
<h1>verify email</h1>
{{ system_message }}
</div>
{% include "ui/footer.html" %}
{% endblock %}