Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
multiverseweb authored Jun 9, 2024
1 parent e7bb1df commit 99004dd
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,11 @@
</button>
</div>
<button class="top" id="top" onclick="topFunction()"><img src="website/web_images/top.png" alt=""></button>
<navbar id="navbar">
<navbar id="navbar">
<a href="index.html">
<img src="website/web_images/3dlogo.svg" alt="Dataverse Logo" class="logo" id="normal">
<img src="website/web_images/3d_glow.png" alt="Dataverse Logo" class="logo" id="glow">
<img src="website/web_images/3d_glow.png" alt="Dataverse Logo" class="logo" id="glow">
</a>
<div class="scrollBar" id="progress_bar"></div> <!--PROGRESS BAR-->
</navbar>
<button class="burger" id="burger" onclick="show()"></button>
Expand Down

0 comments on commit 99004dd

Please sign in to comment.