This repository has been archived on 2025-03-12. You can view files and clone it, but cannot push or open issues or pull requests.
asklyphe-auth-frontend/templates/verify.html

27 lines
No EOL
730 B
HTML

{% extends "shell.html" %}
{% block title %}Verify Email{% endblock %}
{% block head %}
<link rel="stylesheet" href="/static/auth.css"/>
{% 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" alt="image of lyphe, our mascot!">
</div>
<div id="lyphetitle">
<img src="/static/img/logo.png" alt="ask Lyphe!"/>
<p>the best search engine!</p>
</div>
</div>
</a>
<h1>verify email</h1>
{{ system_message }}
</div>
{% include "ui/footer.html" %}
{% endblock %}