mirror of
https://github.com/Wessel/nhl-setgame.git
synced 2026-07-21 16:04:42 +02:00
8 lines
268 B
HTML
8 lines
268 B
HTML
<div class="flex items-center justify-center min-h-[400px]">
|
|
<div class="text-center w-full">
|
|
<div>
|
|
<button (click)="routeTo('/game')">Start New Game</button>
|
|
<button (click)="routeTo('/game-list')">View Past Games</button>
|
|
</div>
|
|
</div>
|
|
</div> |