mirror of
https://github.com/penpot/penpot.git
synced 2025-01-28 09:30:07 -05:00
15 lines
297 B
HTML
15 lines
297 B
HTML
|
<html>
|
||
|
<body>
|
||
|
<section style="font-family: Monoid, monospace; font-size: 14px;">
|
||
|
<h1>Available Emails:</h1>
|
||
|
<ul>
|
||
|
{{#emails}}
|
||
|
<li>
|
||
|
<a href="/debug/emails/{{ id }}">{{id}}</a>
|
||
|
</li>
|
||
|
{{/emails}}
|
||
|
</ul>
|
||
|
</section>
|
||
|
</body>
|
||
|
</html>
|