Skip to content

Commit

Permalink
Added links to login template
Browse files Browse the repository at this point in the history
  • Loading branch information
macterra committed Oct 18, 2023
1 parent 6bac5b0 commit 2d92bae
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions login.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@

a:hover {
text-decoration: underline;
border-bottom-style: solid;
}

h1 {
Expand Down Expand Up @@ -101,7 +100,7 @@
#header {
display: flex;
justify-content: space-between;
padding: 20px;
padding: 24px;
background-color: #272727;
}

Expand Down Expand Up @@ -135,13 +134,13 @@
<body>
<div id="header">
<div style="font-size: 0.875rem;">
<a href="#">HOME</a>
<a href="/">HOME</a>
</div>
<div style="font-size: 1.25rem;">
ArtX Market
</div>
<div style="font-size: 0.875rem;">
<a href="#">HELP</a>
<a href="https://github.com/macterra/artx-market/wiki">HELP</a>
</div>
</div>
<div id="content">
Expand All @@ -156,7 +155,7 @@ <h1>{{title}}</h1>
</div>
<div id="footer">
<div class="about">
<p>This page uses the lnurl-auth protocol.</p>
<p>This page uses the <a href="https://lightninglogin.live/learn">lnurl-auth protocol</a>.</p>
<p>See <a href="https://github.com/fiatjaf/awesome-lnurl#wallets">list of apps</a> that support it.
</p>
</div>
Expand Down

0 comments on commit 2d92bae

Please sign in to comment.