Skip to content

Commit

Permalink
style: add tip
Browse files Browse the repository at this point in the history
  • Loading branch information
Dolu89 committed Feb 10, 2023
1 parent 5e46487 commit 3b18581
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions src/templates/index.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -4,22 +4,15 @@
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="lightning" content="lnurlp:[email protected]"/>
<meta property="og:image" content="https://pbs.twimg.com/profile_images/1577320325158682626/igGerO9A_400x400.jpg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="preconnect" href="https://api.fonts.coollabs.io" crossorigin>
<link href="https://api.fonts.coollabs.io/css2?family=Inter:wght@400;500;900&display=swap" rel="stylesheet">
<title>Nostr Bridge</title>
<title>Nostr Proxy</title>
<style>
html {
/* background: #2a2a2a;
background: -webkit-radial-gradient(top left, #2a2a2a, #737373);
background: -moz-radial-gradient(top left, #2a2a2a, #737373);
background: radial-gradient(to bottom right, #2a2a2a, #737373); */
}
html,
body {
/* height: 100%; */
/* width: 100%; */
color: #666;
margin: 0;
padding: 0;
Expand Down Expand Up @@ -129,6 +122,7 @@
<div class="footer">
<span> <a href="https://github.com/dolu89/nostr-proxy">Github</a></span>
<span>Made with 💩 by Dolu</span>
<span>⚡️[email protected]</span>
</div>

</body>
Expand Down

0 comments on commit 3b18581

Please sign in to comment.