Skip to content

Commit 61329c0

Browse files
committed
Shell of leaderboard
1 parent 1fd53bb commit 61329c0

2 files changed

Lines changed: 527 additions & 0 deletions

File tree

index.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,9 @@
4747
<i class="iconoir-refresh"></i>
4848
<span>New Config</span>
4949
</button>
50+
<a href="leaderboard.html" class="nav-icon-btn" title="Leaderboard">
51+
<i class="iconoir-trophy"></i>
52+
</a>
5053
<a href="about.html" class="nav-icon-btn" title="About">
5154
<i class="iconoir-book"></i>
5255
</a>
@@ -208,6 +211,10 @@ <h2 class="mobile-menu-title">REFLECTIONS</h2>
208211
<i class="iconoir-info-circle"></i>
209212
<span>How to Play</span>
210213
</button>
214+
<a href="leaderboard.html" class="mobile-menu-item">
215+
<i class="iconoir-trophy"></i>
216+
<span>Leaderboard</span>
217+
</a>
211218
<a href="about.html" class="mobile-menu-item">
212219
<i class="iconoir-book"></i>
213220
<span>About</span>

0 commit comments

Comments
 (0)