Skip to content

Commit

Permalink
Add links for different characters (#355)
Browse files Browse the repository at this point in the history
  • Loading branch information
agustinesco authored Mar 8, 2024
1 parent 79a6125 commit 328debc
Showing 1 changed file with 15 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
<div>
Mocked game: <a href="/board/1/1" class="text-yellow-400">link</a>
</div>
<ul>
<li>
Mocked Muflus: <a href="/board/1/muflus" class="text-yellow-400">link</a>
</li>
<li>
Mocked Uma: <a href="/board/1/uma" class="text-yellow-400">link</a>
</li>
<li>
Mocked H4ck: <a href="/board/1/h4ck" class="text-yellow-400">link</a>
</li>
<li>
Mocked Valtimer: <a href="/board/1/valtimer" class="text-yellow-400">link</a>
</li>
</ul>

0 comments on commit 328debc

Please sign in to comment.