Skip to content

Commit

Permalink
Merge branch 'master' of github.com:HaschekSolutions/opentrashmail
Browse files Browse the repository at this point in the history
  • Loading branch information
geek-at committed Nov 11, 2023
2 parents 069e7ea + f20687c commit 59b67be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/templates/index.html.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<div class="container-fluid">
<nav>
<ul>
<li><img src="/imgs/logo_300_light.png" width="50px" /> Open Trashmail</li>
<li><a href="/"><img src="/imgs/logo_300_light.png" width="50px" /> Open Trashmail</a></li>
<li><input id="email" hx-post="/api/address" hx-target="#main" name="email" type="email" hx-trigger="input changed delay:500ms" placeholder="email address" aria-label="email address"></li>
<li><button hx-get="/api/random" hx-target="#main"><i class="fas fa-random"></i> Generate random</button></li>
<?php if($settings['SHOW_ACCOUNT_LIST']): ?><li><button hx-get="/api/listaccounts" hx-target="#main" hx-push-url="/listaccounts"><i class="fas fa-list"></i> List accounts</button></li><?php endif; ?>
Expand Down

0 comments on commit 59b67be

Please sign in to comment.