Add example inbox
parent
5dab1158e9
commit
1ba80a8b51
|
@ -12,7 +12,7 @@
|
||||||
|
|
||||||
All data is being removed 48hrs after they have reached the mail server.
|
All data is being removed 48hrs after they have reached the mail server.
|
||||||
|
|
||||||
<p align="center"><a href="https://48hr.email" target="_blank">Try now</a> | <a href="https://discord.gg/crazyco" target="_blank">Discord</a></p>
|
<p align="center"><a href="https://48hr.email" target="_blank">Try now</a> | <a href="https://48hr.email/inbox/example@48hr.email" target="_blank">Example Inbox</a> | <a href="https://discord.gg/crazyco" target="_blank">Discord</a></p>
|
||||||
<br><br>
|
<br><br>
|
||||||
|
|
||||||
-----
|
-----
|
||||||
|
@ -21,8 +21,11 @@ All data is being removed 48hrs after they have reached the mail server.
|
||||||
|
|
||||||
- Create a custom inbox with select name and domain, or get a fully randomized one
|
- Create a custom inbox with select name and domain, or get a fully randomized one
|
||||||
- Receive emails with a clean preview in your inbox, with optional browser notifications
|
- Receive emails with a clean preview in your inbox, with optional browser notifications
|
||||||
- Read emails, with support for CSS & JS just like you are used to from regular email providers
|
- Read emails, with support for HTML, CSS & JS just like you are used to from regular email providers
|
||||||
- Delete your emails ahead of time by pressing the delete button
|
- Delete your emails ahead of time by pressing the delete button
|
||||||
|
- View the raw email, showing all the headers etc.
|
||||||
|
- Download Attachments
|
||||||
|
- and more...
|
||||||
|
|
||||||
<br><br>
|
<br><br>
|
||||||
|
|
||||||
|
|
|
@ -2,6 +2,9 @@
|
||||||
|
|
||||||
{% block body %}
|
{% block body %}
|
||||||
|
|
||||||
|
<div style="float: right; text-align: end;">
|
||||||
|
<a href="/inbox/example@48hr.email">Example Inbox</a>
|
||||||
|
</div>
|
||||||
<div id="login">
|
<div id="login">
|
||||||
<h1>Welcome!</h1>
|
<h1>Welcome!</h1>
|
||||||
<h4>Here you can either create a new Inbox, or access your old one</h4>
|
<h4>Here you can either create a new Inbox, or access your old one</h4>
|
||||||
|
|
Loading…
Reference in New Issue