about: link to and from the about page #27

Merged
offbyn merged 1 commits from link-about into master 2 years ago

@ -19,6 +19,7 @@
for more information about nostr protocol, check out for more information about nostr protocol, check out
<a href="https://nostr.info/" target="_blank" rel="noopener noreferrer">nostr.info</a>. <a href="https://nostr.info/" target="_blank" rel="noopener noreferrer">nostr.info</a>.
</p> </p>
back to <a href="/">nostr.ch</a>
</main> </main>
</body> </body>
</html> </html>

@ -76,6 +76,11 @@
<button type="button" name="import" tabindex="0" disabled>save</button> <button type="button" name="import" tabindex="0" disabled>save</button>
</div> </div>
</form> </form>
<footer class="text">
<p>
<a href="/about.html">about nostr.ch</a>
</p>
</footer>
</div> </div>
</div> </div>
</main> </main>

@ -88,8 +88,8 @@ img {
max-width: 100%; max-width: 100%;
} }
main.text { .text {
margin: 2rem; margin: var(--gap);
} }
.danger { .danger {

Loading…
Cancel
Save