Skip to content

Commit

Permalink
Add logo
Browse files Browse the repository at this point in the history
  • Loading branch information
ben221199 committed Dec 14, 2024
1 parent c27ddfb commit 544e24c
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/main/resources/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,19 @@
left:0;
margin:16px;
top:0;
z-index:100;
}
.info hr{
border-color: #27E4EB;
}
.logo{
bottom:40px;
left:40px;
position:absolute;
}
.logo img{
height:80px;
}
.version{
bottom:0;
color:white;
Expand All @@ -48,6 +57,9 @@
<hr>
<div id="info-nodes-total"></div>
</div>
<div class="logo">
<img alt="LBRY Foundation" src="https://lbry.org/logo-vertical.svg">
</div>
<div class="version"></div>
<script type="text/javascript">
const globe = Globe();
Expand Down

0 comments on commit 544e24c

Please sign in to comment.