mirror of
https://github.com/simple-login/app.git
synced 2024-11-17 22:21:38 +08:00
add how to use for contact page
This commit is contained in:
parent
0b1131a412
commit
44fbffb679
1 changed files with 7 additions and 2 deletions
|
@ -9,9 +9,14 @@
|
|||
{% block default_content %}
|
||||
<div class="row">
|
||||
<div class="col">
|
||||
<h1 class="h3"> {{ alias.email }} </h1>
|
||||
<h1 class="h3"> {{ alias.email }}
|
||||
<a class="ml-3 text-info" style="font-size: 12px" data-toggle="collapse" href="#howtouse" role="button"
|
||||
aria-expanded="false" aria-controls="collapseExample">
|
||||
How to use <i class="fe fe-chevrons-down"></i>
|
||||
</a>
|
||||
</h1>
|
||||
|
||||
<div class="alert alert-primary" role="alert">
|
||||
<div class="alert alert-primary collapse" id="howtouse" role="alert">
|
||||
<p>
|
||||
To send an email from your alias to someone, says <b>friend@example.com</b>, you need to: <br>
|
||||
|
||||
|
|
Loading…
Reference in a new issue