-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add links for different characters (#355)
- Loading branch information
1 parent
79a6125
commit 328debc
Showing
1 changed file
with
15 additions
and
3 deletions.
There are no files selected for viewing
18 changes: 15 additions & 3 deletions
18
apps/game_client/lib/game_client_web/controllers/page_html/home.html.heex
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> | ||
|